コード例 #1
0
 public void Remove(ControlComponent control)
 {
     components.Remove(control);
 }
コード例 #2
0
 public void Add(ControlComponent control)
 {
     components.Add(control);
 }