minor startup time improvement, fixed instances where TaskBarLib calls to HackerWindow would fail

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2278 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
dmex04
2009-10-19 09:16:43 +00:00
parent 0a2c4e9921
commit 02452cc803
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -279,8 +279,8 @@ namespace ProcessHacker
// Create the shared waiter.
SharedWaiter = new ProcessHacker.Native.Threading.Waiter();
new HackerWindow();
Application.Run();
HackerWindow = new HackerWindow();
Application.Run(HackerWindow);
}
private static void ShowCommandLineUsage()