MS
This commit is contained in:
@@ -1194,10 +1194,6 @@ Public Class frmFlowForm
|
||||
Private Sub PictureBoxPM_Click(sender As Object, e As EventArgs) Handles PictureBoxPM.Click
|
||||
Try
|
||||
Dim oProcessManagerPath = Modules.GetProductProgramPath(DigitalData.Modules.Base.ECM.Product.ProcessManager)
|
||||
If PM_Running() = True Then
|
||||
NotifyIcon.ShowBalloonTip(30000, NI_TITLE, "TaskFlow already running", 1)
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
If oProcessManagerPath IsNot Nothing AndAlso IO.File.Exists(oProcessManagerPath) Then
|
||||
Process.Start(oProcessManagerPath)
|
||||
|
||||
Reference in New Issue
Block a user