GetTopGames() public static method

public static GetTopGames ( ) : IEnumerable
return IEnumerable
Esempio n. 1
0
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }
Esempio n. 2
0
 private void ReloadHistory()
 {
     this.GameList.ItemsSource = GameService.GetTopGames();
 }