示例#1
0
 public void RemoveChildComponent(AppComponent childComponent)
 {
     _childComponents.Remove(childComponent);
 }
示例#2
0
 public void AddChildComponent(AppComponent childComponent)
 {
     _childComponents.Add(childComponent);
 }