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