diff --git a/trunk/ProcessHacker/Program/Program.cs b/trunk/ProcessHacker/Program/Program.cs index 96be937b1..aa3a5b419 100644 --- a/trunk/ProcessHacker/Program/Program.cs +++ b/trunk/ProcessHacker/Program/Program.cs @@ -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()