jj: add service config form

This commit is contained in:
Jonathan Jenne
2019-01-29 16:32:37 +01:00
parent 94376068d6
commit 6ede3e1be9
14 changed files with 521 additions and 40 deletions

View File

@@ -34,10 +34,5 @@ Namespace My
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.EDMI_ClientSuite.frmMain
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateSplashScreen()
Me.SplashScreen = Global.EDMI_ClientSuite.frmSplash
End Sub
End Class
End Namespace