Renaming DDProcessmanager

This commit is contained in:
Developer01
2025-07-18 15:42:56 +02:00
parent 6f3c439695
commit 1bbd3467ca
54 changed files with 613 additions and 652 deletions

View File

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