コード例 #1
0
 public TreeNodeGroupAcceptor(IHaveNodes parent, bool?needToBeExpanded)
 {
     this.parent           = parent;
     this.needToBeExpanded = needToBeExpanded;
 }
コード例 #2
0
 public TreeNodeGroupAcceptor(IHaveNodes parent, bool? needToBeExpanded)
 {
     this.parent = parent;
     this.needToBeExpanded = needToBeExpanded;
 }