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