Beispiel #1
0
        static void Main()
        {
            _errorLogThread.Start();
            _eventLogThread.Start();

            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            MainDialog = new MainDialog();
            Application.Run(MainDialog);
        }
Beispiel #2
0
 static void Main()
 {
     _errorLogThread.Start();
     _eventLogThread.Start();
     
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     MainDialog = new MainDialog();
     Application.Run(MainDialog);
 }