GetTopGames() public static méthode

public static GetTopGames ( ) : IEnumerable
Résultat IEnumerable
Exemple #1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }
Exemple #2
0
 private void ReloadHistory()
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }