testgui: fix not null calls

This commit is contained in:
Jonathan Jenne
2023-08-07 09:38:10 +02:00
parent 4a79761118
commit 7aec23abd9
3 changed files with 39 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
Public Class frmWindream
Public Sub New()
' Dieser Aufruf ist für den Designer erforderlich.
InitializeComponent()
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
End Sub
End Class