예제 #1
0
 public View()
 {
     ShowTypeGenre             = new ShowTypeIndexer(_dctGenre);
     ShowTypeYear              = new ShowTypeIndexer(_dctYear);
     ShowTypeAudioLanguages    = new ShowTypeIndexer(_dctAudioLang);
     ShowTypeSubtitleLanguages = new ShowTypeIndexer(_dctSubtitleLang);
     ShowTypeAnimeTypes        = new ShowTypeIndexer(_dctAnimeType);
 }
예제 #2
0
파일: View.cs 프로젝트: dizzydezz/jmm
 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);
 }
예제 #3
0
파일: View.cs 프로젝트: ewelike23/jmm
 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);
 }