ZooFlow: Administration

This commit is contained in:
Jonathan Jenne
2021-04-29 16:09:49 +02:00
parent cbd861fc89
commit 47893a44c6
16 changed files with 3940 additions and 338 deletions

View File

@@ -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)