示例#1
0
文件: Main.cs 项目: JeremiahZhang/AKA
 static void Main()
 {
     //Create an object from our class
     using (MyForm form = new MyForm())
     {
         form.GameLoop();
     }
 }
示例#2
0
 static void Main()
 {
     //Create an object from our class
     using (MyForm form = new MyForm())
     {
         form.GameLoop();
     }
 }