Form1 Eventargs: "Oye, ¡No Existen Matrículas Negativas!, Reacciona:V"
Form1 Eventargs: "Oye, ¡No Existen Matrículas Negativas!, Reacciona:V"
End If
End If
Label8.Text = C
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
RadioButton1.Checked = Nothing
RadioButton2.Checked = Nothing
RadioButton3.Checked = Nothing
RadioButton4.Checked = Nothing
RadioButton5.Checked = Nothing
RadioButton6.Checked = Nothing
RadioButton7.Checked = Nothing
RadioButton8.Checked = Nothing
RadioButton9.Checked = Nothing
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
Form2.Show()
End Sub
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
End
End Sub
End Class