예제 #1
0
 public SeasonIndexVM()
 {
     seasonIndexAPI  = new SeasonIndexAPI();
     RefreshCommand  = new RelayCommand(Refresh);
     LoadMoreCommand = new RelayCommand(LoadMore);
 }