Exemplo n.º 1
0
 public void Remove(ExcludeElement c)
 {
     if (BaseIndexOf(c) >= 0)
     {
         BaseRemove(c.Folder);
     }
 }
Exemplo n.º 2
0
 public void Add(ExcludeElement c)
 {
     BaseAdd(c);
 }