.Net 4.8, Anpassung TOBB NCTS Manuelles Senden

This commit is contained in:
2024-08-30 22:41:11 +02:00
parent add7ac39a9
commit 779b96578c
29 changed files with 267 additions and 247 deletions

View File

@@ -34,5 +34,11 @@ Namespace My
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.ADMIN.frmLogin
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
Me.MinimumSplashScreenDisplayTime = 0
Return MyBase.OnInitialize(commandLineArgs)
End Function
End Class
End Namespace