Exemplo n.º 1
0
 public DataNode()
 {
     Nodes = new DataNodeCollection(this);
 }
Exemplo n.º 2
0
 public DataNode()
 {
     _children = new DataNodeCollection(this);
 }