protected override void OnNavigatedTo(NavigationEventArgs e) { this.GameList.ItemsSource = GameService.GetTopGames(); }
private void ReloadHistory() { this.GameList.ItemsSource = GameService.GetTopGames(); }