Esempio n. 1
0
 public ChildNode(XmlTextReader xml, ParentNode parent)
 {
     this.m_Parent = parent;
     this.Parse(xml);
 }