This commit is contained in:
JenneJ
2015-11-24 16:02:08 +01:00
parent 764d667b39
commit ce14aad510
6 changed files with 3805 additions and 2 deletions

View File

@@ -212,7 +212,7 @@
Public Sub OpenFormConstructorDemo(id As Integer)
Try
CURRENT_CONSTRUCTOR_ID = id
Dim frm As New frmForm_Constructor_Main
Dim frm As New frmForm_Constructor_Main_2()
' frm = frmForm_Constructor.Instance()
frm.MdiParent = frmMain
frm.Show()