TestGUI: Test new msgbox

This commit is contained in:
Jonathan Jenne
2022-02-08 16:28:48 +01:00
parent c6e67a967c
commit be617951b3
8 changed files with 261 additions and 11 deletions

View File

@@ -51,5 +51,8 @@ Public Class frmStart
oForm.Show()
End Sub
Private Sub Button10_Click(sender As Object, e As EventArgs) Handles Button10.Click
Dim oForm As New frmMsgBox(LogConfig, Database)
oForm.Show()
End Sub
End Class