Esempio n. 1
0
 public void SurroundContents(GeckoNode newParent)
 {
     Range.SurroundContents((nsIDOMNode)newParent.DomObject);
 }