Esempio n. 1
0
        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);
        }
Esempio n. 2
0
        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);
        }