This commit is contained in:
SchreiberM
2016-11-16 09:43:16 +01:00
parent 1702ab2461
commit 3e6f1c8db8
16 changed files with 1780 additions and 196 deletions

View File

@@ -186,6 +186,12 @@
frm.Show()
End Sub
Public Sub OpenSearchAllOVer()
Dim frm As New frmSearchAllOVer
frm = frmSearchAllOVer
frm.MdiParent = MAIN_FORM
frm.Show()
End Sub
Public Sub Close_Maximized_Forms()
For i = System.Windows.Forms.Application.OpenForms.Count - 1 To 1 Step -1
Dim form As Form = System.Windows.Forms.Application.OpenForms(i)