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();
 }