Exemplo n.º 1
0
 public DesignTree(DesignHub hub)
 {
     DesignHub = hub;
     Nodes     = new NodeCollection(null);
 }
Exemplo n.º 2
0
 public DesignNode()
 {
     Nodes = new NodeCollection(this);
 }