예제 #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();
     }
 }