fix closing
This commit is contained in:
@@ -75,7 +75,10 @@ Public Class frmSplashScreen
|
||||
End If
|
||||
|
||||
Dim oForm As New frmMain(State)
|
||||
oForm.Show()
|
||||
oForm.ShowDialog()
|
||||
|
||||
' Close this form after frmMain is closed
|
||||
Close()
|
||||
|
||||
Catch ex As ApplicationException
|
||||
Logger.Error(ex)
|
||||
|
||||
Reference in New Issue
Block a user