static void Main(string[] args) { #if DEBUG // Give Windows service some time to start during debugging. System.Threading.Thread.Sleep(2000); #endif Application.SetCompatibleTextRenderingDefault(false); _app = new MmcApplication(); _app.Run(args); }