Exemple #1
0
        public static new void Run()
        {
            NeHe007 t = new NeHe007();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Exemple #2
0
 public static new void Run()
 {
     NeHe007 t = new NeHe007();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }