Exemplo n.º 1
0
 public TreeNodeEx(string text) : base(text)
 {
     NodesEx = new TreeNodeCollectionEx(this);
 }
Exemplo n.º 2
0
 public TreeNodeEx()
 {
     NodesEx = new TreeNodeCollectionEx(this);
 }