MS Integration Services und fileOps
This commit is contained in:
@@ -76,10 +76,10 @@ Public NotInheritable Class frmSplash
|
||||
|
||||
<STAThread()> _
|
||||
Private Sub bw_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs)
|
||||
Dim Init = New ClassInit()
|
||||
|
||||
|
||||
bw.ReportProgress(CalcProgress(1), "Initialize Logging")
|
||||
' Init.InitLogger()
|
||||
Dim Init = New ClassInit()
|
||||
System.Threading.Thread.Sleep(600)
|
||||
|
||||
bw.ReportProgress(CalcProgress(2), "Initialize User Settings")
|
||||
|
||||
Reference in New Issue
Block a user