コード例 #1
0
ファイル: HelloWorld.cs プロジェクト: erin100280/Zelda.NET
 public static void Run()
 {
     HelloWorld app = new HelloWorld();
     app.Go();
 }