Esempio n. 1
0
        public static new void Run()
        {
            NeHe019 t = new NeHe019();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Esempio n. 2
0
 public static new void Run()
 {
     NeHe019 t = new NeHe019();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }