ZooFlow: Administration
This commit is contained in:
@@ -114,7 +114,7 @@ Public Class ClassDetailForm
|
||||
|
||||
Private Sub Load_CWProfile(PrimaryKey As Integer, IsInsert As Boolean)
|
||||
Try
|
||||
Dim oForm As New frmAdmin_CWProfile(PrimaryKey) With {.IsInsert = IsInsert}
|
||||
Dim oForm As New frmAdmin_ClipboardWatcher(PrimaryKey) With {.IsInsert = IsInsert}
|
||||
oForm.ShowDialog()
|
||||
|
||||
RaiseEvent DetailFormClosed(Me, oForm)
|
||||
|
||||
Reference in New Issue
Block a user