예제 #1
0
 public NewGameCommand(EndGameViewModel endGameViewModel)
 {
     this._endGameViewModel = endGameViewModel;
 }
예제 #2
0
 public ExitCommand(EndGameViewModel endGameViewModel)
 {
     _vm = endGameViewModel;
 }