public View() { ShowTypeGenre = new ShowTypeIndexer(_dctGenre); ShowTypeYear = new ShowTypeIndexer(_dctYear); ShowTypeAudioLanguages = new ShowTypeIndexer(_dctAudioLang); ShowTypeSubtitleLanguages = new ShowTypeIndexer(_dctSubtitleLang); ShowTypeAnimeTypes = new ShowTypeIndexer(_dctAnimeType); }
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); }