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