MS2
This commit is contained in:
@@ -201,6 +201,12 @@ Module ModuleHelperMethods
|
||||
frm.MdiParent = MAIN_FORM
|
||||
frm.Show()
|
||||
End Sub
|
||||
Public Sub OpenStatisticsADDI()
|
||||
Dim frm As New frmStatistiscsADDI
|
||||
frm = frmStatistiscsADDI
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user