Consolidate

This commit is contained in:
Jonathan Jenne
2023-01-24 14:55:41 +01:00
parent 054c32e0d5
commit 52dae95373
5 changed files with 14 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.TestGUI.Form1
Me.MainForm = Global.TestGUI.frmStart
End Sub
End Class
End Namespace