コード例 #1
0
ファイル: Program.cs プロジェクト: melari/Atomic
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (Atom game = new Atom())
     {
         game.Run();
     }
 }
コード例 #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (Atom game = new Atom())
     {
         game.Run();
     }
 }
コード例 #3
0
ファイル: Program.cs プロジェクト: melari/monopole
 static void Main()
 {
     game = new Atom();
     game.Run();
 }
コード例 #4
0
ファイル: Program.cs プロジェクト: melari/monopole
 static void Main()
 {
     game = new Atom ();
     game.Run ();
 }