Exemplo n.º 1
0
 public TopRatedListController()
 {
     this.TabBarItem = new UITabBarItem(UITabBarSystemItem.TopRated, 1);
     _movieList      = new List <FilmInfo>();
     _reload         = true;
     _apiService     = new ApiService();
     _downloader     = new PosterDownloadService();
 }
Exemplo n.º 2
0
 public SearchController()
 {
     this.TabBarItem = new UITabBarItem(UITabBarSystemItem.Search, 0);
     _downloader     = new PosterDownloadService();
 }