Ejemplo n.º 1
0
 virtual public void AddChildItem(ItemModel Item)
 {
     ChildItems.Add(Item);
     Item.Parent = this;
 }