This commit is contained in:
Jonathan Jenne
2023-12-07 12:30:59 +01:00
parent 1ab7235fcf
commit 33f5bec8d0
11 changed files with 828 additions and 120 deletions

View File

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.EnvelopeGenerator.Form.frmMain
Me.MainForm = Global.EnvelopeGenerator.Form.frmSplashScreen
End Sub
End Class
End Namespace