public DesignTree(DesignHub hub) { DesignHub = hub; Nodes = new NodeCollection(null); }
public DesignNode() { Nodes = new NodeCollection(this); }