Exemplo n.º 1
0
 public void RemoveItem(StaticSelection <TType> selection)
 {
     items.Remove(selection);
 }
Exemplo n.º 2
0
 public bool HasItem(StaticSelection <TType> selection)
 {
     return(items.Contains(selection));
 }
Exemplo n.º 3
0
 public void AddItem(StaticSelection <TType> selection)
 {
     items.Add(selection);
 }