MS Globix Admin

This commit is contained in:
2021-07-08 10:34:58 +02:00
parent ccd0e1d1fb
commit e254f7fa70
13 changed files with 1540 additions and 2571 deletions

View File

@@ -125,7 +125,7 @@ Public Class ClassDetailForm
End Sub
Private Sub Load_GLOBIXProfile(PrimaryKey As Integer, IsInsert As Boolean)
Try
Dim oForm As New frmGlobixAdministration(PrimaryKey) With {.IsInsert = IsInsert}
Dim oForm As New frmAdmin_Globix(PrimaryKey) With {.IsInsert = IsInsert}
oForm.ShowDialog()
RaiseEvent DetailFormClosed(Me, oForm)