Exemplo n.º 1
0
 static void Main( string[] args )
 {
     using ( var game = new TexPumpDemo() ) {
         if (DevCon.Prepare(game, @"..\..\..\Content\Content.xml", "Content")) {
             game.Run(args);
         }
     }
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     using (var game = new TexPumpDemo()) {
         if (DevCon.Prepare(game, @"..\..\..\Content\Content.xml", "Content"))
         {
             game.Run(args);
         }
     }
 }