GetTopGames() публичный статический Метод

public static GetTopGames ( ) : IEnumerable
Результат IEnumerable
Пример #1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }
Пример #2
0
 private void ReloadHistory()
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }