コード例 #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
ファイル: Program.cs プロジェクト: FCCGit/IntelClient
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            window = new EVEIntel();
            new Thread(new ThreadStart(startWindow)).Start();
            initMonitor();
            runMonitor();

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