Ejemplo n.º 1
0
 private void OnWindowLoaded(object sender, System.Windows.RoutedEventArgs e)
 {
     // TODO: Add event handler implementation here.
     this.gameModel = this.Resources["GameModelDS"] as GameModel;
 }
Ejemplo n.º 2
0
 public NewGameCommand(GameModel gameModel)
 {
     this.gameModel = gameModel;
 }