コード例 #1
0
ファイル: PathTreeViews.cs プロジェクト: umlcat/ukt4dotnet
 public virtual void prepareItems()
 {
     this._NodesWrapper = new TreeNodeCollectionWrapper();
     this._NodesWrapper.TreeView = this;
     this._NodesWrapper.TreeCollection = this.Nodes;
 }
コード例 #2
0
ファイル: PathTreeViews.cs プロジェクト: umlcat/ukt4dotnet
 public PathTreeView()
     : base()
 {
     this._NodesWrapper = null;
 }