Fixed Application.Run Syntax - CLS-Compliant

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1743 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
dmex04
2009-08-28 03:40:20 +00:00
parent 49fd621970
commit b6a2d8fcba
+1 -2
View File
@@ -273,8 +273,7 @@ namespace ProcessHacker
// Create the shared waiter.
SharedWaiter = new ProcessHacker.Native.Threading.Waiter();
new HackerWindow();
Application.Run();
Application.Run(new HackerWindow());
}
private static void ShowCommandLineUsage()