コード例 #1
0
ファイル: Program.cs プロジェクト: legolas0008/me3-lazarus
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (LodViewer game = new LodViewer(null, null))
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: Juvidoh/me3-lazarus
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (LodViewer game = new LodViewer(null, null))
     {
         game.Run();
     }
 }