Tweaks for issue #79

This commit is contained in:
MikeMaximus
2017-06-22 11:43:03 -06:00
parent 5fa746da8e
commit 97cf2618e3
7 changed files with 76 additions and 30 deletions
+7
View File
@@ -1259,6 +1259,13 @@ Public Class frmGameManager
Return False
End If
If oApp.Parameter <> String.Empty Then
If mgrMonitorList.DoDuplicateParameterCheck(oApp.ProcessName, oApp.Parameter, , oApp.ID) Then
mgrCommon.ShowMessage(frmGameManager_ErrorProcessParameterDupe, MsgBoxStyle.Exclamation)
Return False
End If
End If
Return True
End Function