예제 #1
0
 internal void SetGame(Game2 aGame)
 {
     myGame = aGame;
 }
예제 #2
0
 public Controller(IView theView, Game2 theModel)
 {
     view = theView;
     model = theModel;
 }