コード例 #1
0
ファイル: Program.cs プロジェクト: husathap/Charlotte
 static void Main()
 {
     using (var game = new Main())
         game.Run();
 }