Esempio n. 1
0
 private void PersistScore(Score _Score)
 {
     this.GameScores.Add(_Score);
     Scores.SerializeData(this.GameScores);
     this.LoadScores();
 }
Esempio n. 2
0
 void ScoreContainer_CellEditEnding(object sender, DataGridCellEditEndingEventArgs e)
 {
     Scores.SerializeData(this.GAME.GameScores);
     //this.MainWindow.ScoreContainer.
 }