示例#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);
 }