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