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