コード例 #1
0
ファイル: Program.cs プロジェクト: kalxas/GIMED
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     Checker chk = new Checker();
     bool tmp = chk.CheckModules();
     Application.Run(new GIMEDForm(tmp));
 }