MS_17022016

This commit is contained in:
SchreiberM
2016-02-17 11:11:35 +01:00
parent 880a2b04f3
commit 39da7d9b0c
29 changed files with 8613 additions and 7351 deletions

View File

@@ -206,8 +206,8 @@
End Sub
Public Sub OpenFormOverview()
Close_Maximized_Forms()
Dim frm As New frmForm_Overview
frm = frmForm_Overview.Instance()
Dim frm As New frmEntities
frm = frmEntities.Instance()
frm.MdiParent = MAIN_FORM
frm.Show()