Ejemplo n.º 1
0
 public static void Main(string[] args)
 {
     using (var bootstrapper = new GameEngineBootstrapper())
     {
         bootstrapper.Register(Register);
         bootstrapper.Run <GameScreen>();
     }
 }
Ejemplo n.º 2
0
 public static void Main(string[] args)
 {
     using (var bootstrapper = new GameEngineBootstrapper())
     {
         bootstrapper.Register(Register);
         bootstrapper.Run<GameScreen>();
     }
 }