예제 #1
0
 public Context()
 {
     NavigationService = new NavigationService(this);
     CategoryList      = new IncrementalLoadingList <Category>(GetCategoryList);
     Categories        = new ObservableCollection <Category>();
 }
예제 #2
0
 public Context()
 {
     CategoryList = new IncrementalLoadingList <Category>(GetCategoryList);
     Categories   = new ObservableCollection <Category>();
 }