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

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