MS
This commit is contained in:
@@ -181,6 +181,7 @@ Public Class frmFlowForm
|
||||
' Runtime Variables
|
||||
Private ESCHitCount As Integer = 0
|
||||
Private IndexForm As frmGlobix_Index
|
||||
Private ResultForm As frmGlobix_Result
|
||||
Private AdminForm As frmAdmin_Start
|
||||
Private InitialOverlayHandle As IOverlaySplashScreenHandle
|
||||
|
||||
@@ -714,6 +715,8 @@ Public Class frmFlowForm
|
||||
oMessage = "File successfully imported!"
|
||||
End If
|
||||
NotifyIcon.ShowBalloonTip(15000, "FileFlow", oMessage, ToolTipIcon.Info)
|
||||
ResultForm = New frmGlobix_Result()
|
||||
ResultForm.ShowDialog()
|
||||
End If
|
||||
Cursor = Cursors.Default
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user