Exemplo n.º 1
0
 public override void Add(FamilyElement t)
 {
     throw new Exception("Action ADD Not Allowed");
 }
Exemplo n.º 2
0
 public abstract void Remove(FamilyElement t);
Exemplo n.º 3
0
 public override void Add(FamilyElement t)
 {
     _access.Add(t);
 }
Exemplo n.º 4
0
 public abstract void Add(FamilyElement t);
Exemplo n.º 5
0
 public override void Remove(FamilyElement t)
 {
     _access.Remove(t);
 }