Ejemplo n.º 1
0
 public void SetEnd(GeckoNode node, int offset)
 {
     Range.SetEnd((nsIDOMNode)node.DomObject, offset);
 }