Zooflow: Improve frmServiceConfig, Init Errors Handling, Hide Backnavigation in Results
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user