예제 #1
0
 public void Remove(ComponentCp component)
 {
     _list.Remove(component);
 }
예제 #2
0
 public void Add(ComponentCp component)
 {
     component.Parent = this;
     _list.Add(component);
 }