removed previous change, it was not needed. I had a debug setting that overrode the try-catch.
This commit is contained in:
parent
c528032b92
commit
fa900be307
@ -493,7 +493,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!myProcess.HasExited && myProcess.PriorityClass != ProcessPriorityClass.High && myProcess.MainWindowTitle == "")
|
if (myProcess.PriorityClass != ProcessPriorityClass.High && myProcess.MainWindowTitle == "")
|
||||||
myProcess.PriorityClass = ProcessPriorityClass.High;
|
myProcess.PriorityClass = ProcessPriorityClass.High;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user