Exemplo n.º 1
0
        static void Main()
        {
            OgreStartup ogre = new OgreStartup();

            ogre.Go();
        }
Exemplo n.º 2
0
 static void Main()
 {
     OgreStartup ogre = new OgreStartup();
      ogre.Go();
 }