Exemplo n.º 1
0
 public HtmlElement RemoveChild(HtmlElement element)
 {
     return null;
 }
Exemplo n.º 2
0
 public void ScrollToNode(HtmlElement node, bool slignWithTop) { }
Exemplo n.º 3
0
 public HtmlElement AppendChild(HtmlElement element)
 {
     return null;
 }