This commit is contained in:
JenneJ
2015-11-11 15:31:28 +01:00
parent a720bd1edc
commit 04e906a63f
8 changed files with 1548 additions and 54 deletions

View File

@@ -444,4 +444,9 @@ Public Class frmMain
Dim form As New frmConstructor_Main()
form.Show()
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Dim frm As New frmForm_Constructor_Main()
frm.Show()
End Sub
End Class