예제 #1
0
 static void Main()
 {
     using (var game = new GestorDePantallas())
         game.Run();
 }
예제 #2
0
 public PantallaDeCreditos(GestorDePantallas gestor)
 {
     this.gestor = gestor;
 }
예제 #3
0
 public PantallaDeBienvenida(GestorDePantallas gestor)
 {
     this.gestor = gestor;
 }