예제 #1
0
파일: Program.cs 프로젝트: Trowalts/SpUD
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     //Application.Run(new TestForm());
     using (kh = new KeyboardHook( ))
     {
         frm_splash the_splash = new frm_splash();
         the_splash.Show();
         Application.Run(new frm_main());
         //Application.Run(new debugform());
     }
 }
예제 #2
0
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     //Application.Run(new TestForm());
     using (kh = new KeyboardHook( ))
     {
         frm_splash the_splash = new frm_splash();
         the_splash.Show();
         Application.Run(new frm_main());
         //Application.Run(new debugform());
     }
 }