Ejemplo n.º 1
0
 internal virtual void AddChild(HtmlNode child)
 {
 }
Ejemplo n.º 2
0
 public HtmlElement(string name)
     : base(name)
 {
     _child = null;
 }