Exemple #1
0
 public static string GetDisplayFilter(string filter)
 {
     return(TorrentFilterTuples.FirstOrDefault(x => x.Key == filter).Value);
 }
Exemple #2
0
 public static string GetFilter(string displayFilter)
 {
     return(TorrentFilterTuples.FirstOrDefault(x => x.Value == displayFilter).Key);
 }