protected override void OnViewAppeared() { HighscoreList.RefreshList(); }
/// <summary> /// Overrides OnViewAppeared method and checking information about the highscore before the view appears. /// </summary> protected override void OnViewAppeared() { _highscores.RefreshList(); IsHighscore = _highscores.IsNewHighscore(CreateHighscore()); PlayerName = null; }