Zooflow: Improve frmServiceConfig, Init Errors Handling, Hide Backnavigation in Results

This commit is contained in:
Jonathan Jenne
2022-04-13 10:28:35 +02:00
parent 62748c9053
commit 711734bd12
13 changed files with 224 additions and 409 deletions

View File

@@ -74,7 +74,7 @@ Public Class ClassInitLoader
oStepCounter += 1
Dim oPercentComplete As Integer = CInt(Math.Truncate(oStepCounter / Steps.Count * 100))
Dim oPercentComplete As Integer = Math.Truncate(oStepCounter / Steps.Count * 100)
_Worker.ReportProgress(oPercentComplete)
Threading.Thread.Sleep(100)