Exemplo n.º 1
0
 protected override void OnViewAppeared()
 {
     HighscoreList.RefreshList();
 }
Exemplo n.º 2
0
 /// <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;
 }