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