Пример #1
0
        public static new void Run()
        {
            NeHe025 t = new NeHe025();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Пример #2
0
 public static new void Run()
 {
     NeHe025 t = new NeHe025();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }