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

            t.Go();
        }