mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
also kill process in menu
This commit is contained in:
parent
811b37aab3
commit
daec96b5ef
@ -136,7 +136,7 @@ namespace Bloxstrap.UI.Elements.ContextMenu
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
using Process process = Process.GetProcessById((int)_processId!);
|
using Process process = Process.GetProcessById((int)_processId!);
|
||||||
process.CloseMainWindow();
|
process.Kill();
|
||||||
process.Close();
|
process.Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user