コード例 #1
0
ファイル: Programa.cs プロジェクト: onek1946/SJTPong
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (SJTPong game = new SJTPong())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Programa.cs プロジェクト: SJT-Programacion/SJTPong
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (SJTPong game = new SJTPong())
     {
         game.Run();
     }
 }