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