MS Version up

This commit is contained in:
SchreiberM 2023-12-08 07:45:37 +01:00
parent 2bf784690d
commit db57da0e5c
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -7,5 +7,4 @@
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
<HighDpiMpde>false</HighDpiMpde>
</MyApplicationData>