示例#1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            window = new EVEIntel();
            new Thread(new ThreadStart(startWindow)).Start();
            initMonitor();
            runMonitor();

            while (true)
            {
                Thread.Sleep(5);
            }
        }
示例#2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            window = new EVEIntel();
            new Thread(new ThreadStart(startWindow)).Start();
            initMonitor();
            runMonitor();

            while (true)
            {
                Thread.Sleep(5);
            }
        }