Exemplo n.º 1
0
 public void Remove(KeySearch ks)
 {
     List.Remove(ks);
 }
Exemplo n.º 2
0
 public void Add(KeySearch ks)
 {
     List.Add(ks);
 }