Ejemplo n.º 1
0
 public NewGameCommand(EndGameViewModel endGameViewModel)
 {
     this._endGameViewModel = endGameViewModel;
 }
Ejemplo n.º 2
0
 public ExitCommand(EndGameViewModel endGameViewModel)
 {
     _vm = endGameViewModel;
 }