Exemplo n.º 1
0
        public static new void Run()
        {
            NeHe023 t = new NeHe023();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Exemplo n.º 2
0
 public static new void Run()
 {
     NeHe023 t = new NeHe023();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }