Fix thermocamera
This commit is contained in:
@@ -848,8 +848,12 @@ namespace Client2020
|
||||
LastKeybPositionReopen = new Point() { X = KeybRct.Left, Y = KeybRct.Top };
|
||||
}
|
||||
|
||||
for (int i = 0; i < processes.Length; i++)
|
||||
processes[i].Kill();
|
||||
try
|
||||
{
|
||||
for (int i = 0; i < processes.Length; i++)
|
||||
processes[i].Kill();
|
||||
}
|
||||
catch (Exception ex) { }
|
||||
|
||||
KeyboardPID = 0;
|
||||
KeyboardHandle = IntPtr.Zero;
|
||||
|
||||
Reference in New Issue
Block a user