MS Structure Nodes

This commit is contained in:
Digital Data - Marlon Schreiber
2018-10-02 17:15:26 +02:00
parent 04ffe61b4d
commit 609df5b5c5
39 changed files with 2504 additions and 2023 deletions

View File

@@ -3,7 +3,7 @@
Public NotInheritable Class frmSplash
'TODO: Dieses Formular kann einfach als Begrüßungsbildschirm für die Anwendung festgelegt werden, indem Sie zur Registerkarte "Anwendung"
' des Projekt-Designers wechseln (Menü "Projekt", Option "Eigenschaften").
Private InitSteps As Integer = 6
Private InitSteps As Integer = 7
Private bw As New BackgroundWorker()
Private mainForm As Form
@@ -98,9 +98,14 @@ Public NotInheritable Class frmSplash
System.Threading.Thread.Sleep(500)
bw.ReportProgress(CalcProgress(6), "Initializing Frontend")
' InitInterface wurde in frmMain integriert
'Init.InitInterface(mainForm)
bw.ReportProgress(CalcProgress(6), "Initializing Node-Configuration")
'ClassConstructors.Init_Tuple()
bw.ReportProgress(CalcProgress(7), "Initializing Frontend")
System.Threading.Thread.Sleep(500)
Else