Beispiel #1
0
 public virtual void prepareItems()
 {
     this._NodesWrapper = new TreeNodeCollectionWrapper();
     this._NodesWrapper.TreeView = this;
     this._NodesWrapper.TreeCollection = this.Nodes;
 }
Beispiel #2
0
 public PathTreeView()
     : base()
 {
     this._NodesWrapper = null;
 }