Include new Messagebox for important messages
This commit is contained in:
@@ -50,7 +50,7 @@ Public NotInheritable Class frmSplash
|
||||
|
||||
<STAThread()> _
|
||||
Private Sub bw_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs)
|
||||
Dim Init = New ClassInit()
|
||||
Dim Init = New ClassInit(Me)
|
||||
|
||||
bw.ReportProgress(CalcProgress(1), "Initialize Logging")
|
||||
Init.InitLogger()
|
||||
|
||||
Reference in New Issue
Block a user