Exemplo n.º 1
0
 public View()
 {
     ShowTypeGenre             = new ShowTypeIndexer(_dctGenre);
     ShowTypeYear              = new ShowTypeIndexer(_dctYear);
     ShowTypeAudioLanguages    = new ShowTypeIndexer(_dctAudioLang);
     ShowTypeSubtitleLanguages = new ShowTypeIndexer(_dctSubtitleLang);
     ShowTypeAnimeTypes        = new ShowTypeIndexer(_dctAnimeType);
 }
Exemplo n.º 2
0
 public View()
 {
     _idxGenre = new ShowTypeIndexer(this, _dctGenre);
     _idxYear = new ShowTypeIndexer(this, _dctYear);
     _idxAudioLang = new ShowTypeIndexer(this, _dctAudioLang);
     _idxSubtitleLang = new ShowTypeIndexer(this, _dctSubtitleLang);
     _idxAnimeType = new ShowTypeIndexer(this, _dctAnimeType);
 }
Exemplo n.º 3
0
 public View()
 {
     _idxGenre        = new ShowTypeIndexer(this, _dctGenre);
     _idxYear         = new ShowTypeIndexer(this, _dctYear);
     _idxAudioLang    = new ShowTypeIndexer(this, _dctAudioLang);
     _idxSubtitleLang = new ShowTypeIndexer(this, _dctSubtitleLang);
     _idxAnimeType    = new ShowTypeIndexer(this, _dctAnimeType);
 }