Example #1
0
 public TreeNodeEx(string text) : base(text)
 {
     NodesEx = new TreeNodeCollectionEx(this);
 }
Example #2
0
 public TreeNodeEx()
 {
     NodesEx = new TreeNodeCollectionEx(this);
 }