Monitor: More changes

This commit is contained in:
Jonathan Jenne
2021-05-20 16:12:26 +02:00
parent 9133122ef5
commit e29c635f41
10 changed files with 1092 additions and 437 deletions

View File

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