EDMIService: WIP Relations

This commit is contained in:
Jonathan Jenne
2020-12-11 17:02:32 +01:00
parent 39f05386a3
commit 39f4cc5152
25 changed files with 642 additions and 89 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