MS New RibbonForm StartupParams

This commit is contained in:
2020-12-17 15:01:27 +01:00
parent 2984d6503d
commit 486a638036
13 changed files with 10360 additions and 163 deletions

View File

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