MS 04.09.2015 1

This commit is contained in:
SchreiberM
2015-09-04 08:12:24 +02:00
parent d5baaf7398
commit 1a45e34d72
41 changed files with 2746 additions and 2078 deletions

View File

@@ -202,7 +202,7 @@
End Sub
Public Sub OpenFormConstructor(id As Integer)
CURRENT_CONSTRUCTOR_ID = id
Dim frm As New frmForm_Constructor_OLD
Dim frm As New frmForm_Constructor
' frm = frmForm_Constructor.Instance()
frm.MdiParent = frmMain
frm.Show()