Exemple #1
0
 public void Remove(KeyGroup kg)
 {
     List.Remove(kg);
 }
Exemple #2
0
 public void Add(KeyGroup kg)
 {
     List.Add(kg);
 }