Esempio n. 1
0
 public void GetAnimeTypes(ref string show, ref string hide)
 {
     _idxAnimeType.GetValues(ref show, ref hide);
 }
Esempio n. 2
0
 public void GetSubtitleLanguages(ref string show, ref string hide)
 {
     _idxSubtitleLang.GetValues(ref show, ref hide);
 }
Esempio n. 3
0
 public void GetYears(ref string show, ref string hide)
 {
     _idxYear.GetValues(ref show, ref hide);
 }
Esempio n. 4
0
 public void GetAudioLanguages(ref string show, ref string hide)
 {
     _idxAudioLang.GetValues(ref show, ref hide);
 }
Esempio n. 5
0
 public void GetGenres(ref string show, ref string hide)
 {
     _idxGenre.GetValues(ref show, ref hide);
 }