new processes list in the notification icon menu, for quick actions on processes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@619 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-02-13 09:38:39 +00:00
parent a71590c68f
commit 2495ef2967
16 changed files with 622 additions and 363 deletions
@@ -83,6 +83,8 @@ namespace ProcessHacker
ProcessNode[] nodes = _roots.ToArray();
ProcessNode[] targetChildren = null;
targetNode.Dispose();
foreach (ProcessNode node in nodes)
{
if (node.PID == item.PID)