Пример #1
0
 public void AddChild(Cluster c)
 {
     children.Add(c);
     c.Parent = this;
     c.ClearPairValueDic();
     //  SetDatas();
 }