process tree now loads instantly (ugh, stupid lock statement doesn't even work properly)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1157 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-04-26 10:28:42 +00:00
parent 3fad71e4d8
commit bfc483402d
9 changed files with 294 additions and 190 deletions
+1
View File
@@ -270,6 +270,7 @@ namespace ProcessHacker
ProcessProvider.Dictionary[pid].Name :
null;
Win32.FileIconInit(true);
new HackerWindow();
Application.Run();
}