Exemplo n.º 1
0
 public void RemoveChild(Component child)
 {
     compositeChildren.Remove(child.Name);
 }
Exemplo n.º 2
0
 public void AddChild(Component child)
 {
     compositeChildren.Add(child.Name, child);
 }