ms 13_01_16

This commit is contained in:
SchreiberM
2016-01-13 16:35:58 +01:00
parent c069274020
commit 2a36cc2a79
32 changed files with 1193 additions and 869 deletions

View File

@@ -81,18 +81,20 @@ Public NotInheritable Class frmSplash
System.Threading.Thread.Sleep(600)
bw.ReportProgress(CalcProgress(2), "Initialize Database")
Init.InitDatabase()
If Init.InitDatabase() = True Then
System.Threading.Thread.Sleep(600)
bw.ReportProgress(CalcProgress(3), "Initialize UserConfiguration")
Init.InitUserLogin()
System.Threading.Thread.Sleep(600)
bw.ReportProgress(CalcProgress(3), "Initialize UserConfiguration")
Init.InitUserLogin()
System.Threading.Thread.Sleep(600)
System.Threading.Thread.Sleep(600)
bw.ReportProgress(CalcProgress(4), "Initialize windream-Settings")
Init.InitBasics()
bw.ReportProgress(CalcProgress(4), "Initialize windream-Settings")
Init.InitBasics()
System.Threading.Thread.Sleep(500)
End If
System.Threading.Thread.Sleep(500)
End Sub
Private Sub bw_ProgressChanged(sender As Object, e As System.ComponentModel.ProgressChangedEventArgs)