Exemplo n.º 1
0
 public void SetAnimeTypes(string show, string hide)
 {
     _idxAnimeType.SetValues(show, hide);
 }
Exemplo n.º 2
0
 public void SetSubtitleLanguages(string show, string hide)
 {
     _idxSubtitleLang.SetValues(show, hide);
 }
Exemplo n.º 3
0
 public void SetYears(string show, string hide)
 {
     _idxYear.SetValues(show, hide);
 }
Exemplo n.º 4
0
 public void SetAudioLanguages(string show, string hide)
 {
     _idxAudioLang.SetValues(show, hide);
 }
Exemplo n.º 5
0
 public void SetGenres(string show, string hide)
 {
     _idxGenre.SetValues(show, hide);
 }