MS SQL Command IDB

This commit is contained in:
2022-05-17 10:13:15 +02:00
parent c1ffeb01e7
commit 11c7b4e5e9
14 changed files with 225 additions and 206 deletions

View File

@@ -14,7 +14,7 @@ Public Class frmMsgBox
End Sub
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
Dim oMsgbox = New MsgBoxEx("Hallo Welt!", "Ein Titel")
Dim oMsgbox = New NNMsgBoxEx("Hallo Welt!", "Ein Titel")
oMsgbox.ShowDialog()
End Sub