ZooFlow: Clean up and fix Design changes

This commit is contained in:
Jonathan Jenne
2020-10-29 11:11:18 +01:00
parent 5cdb096a7e
commit aaafb99275
15 changed files with 262 additions and 522 deletions

View File

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()>
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.DigitalData.GUIs.ZooFlow.frmAdmin
Me.MainForm = Global.DigitalData.GUIs.ZooFlow.frmFlowForm
End Sub
End Class
End Namespace