コード例 #1
0
        public static new void Run()
        {
            NeHe019 t = new NeHe019();

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