Example #1
0
 public override void AddChild(MyTreeNode e)
 {
     this.Children.Add(e);
 }
Example #2
0
 public virtual void AddChild(MyTreeNode e)
 {
     throw new NotImplementedException();
 }