Ejemplo n.º 1
0
 internal void SetGame(Game2 aGame)
 {
     myGame = aGame;
 }
Ejemplo n.º 2
0
 public Controller(IView theView, Game2 theModel)
 {
     view = theView;
     model = theModel;
 }