initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Public Class Form2
|
||||
|
||||
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
||||
Form1.Close()
|
||||
Me.Close()
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
||||
Me.Hide()
|
||||
Form1.Show()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user