MS Globix Admin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user