Example #1
0
 public override void Add(Component child)
 {
     child.SetParent(this);
     _childs.Add(child);
     RefreshTime();
 }