Example #1
0
 /// <summary>
 ///  Adds a new item as a child of the current item
 /// </summary>
 /// <param name="item">Item to be the new child</param>
 public void AddChild(TreeItem item)
 {
     item.AddParent(this);
 }