MS_12.03.2016
This commit is contained in:
@@ -372,6 +372,13 @@
|
||||
|
||||
frm.Show()
|
||||
End Sub
|
||||
Public Sub OpenFormCockpit()
|
||||
Close_Maximized_Forms()
|
||||
Dim frm As New frmCockpit
|
||||
frm = frmCockpit.Instance()
|
||||
frm.MdiParent = MAIN_FORM
|
||||
frm.Show()
|
||||
End Sub
|
||||
|
||||
Public Function ShortGUID() As String
|
||||
Return Guid.NewGuid().ToString().GetHashCode().ToString("x")
|
||||
|
||||
Reference in New Issue
Block a user