Ejemplo n.º 1
0
 public void ReplacemirrorAt(mirrorType newValue, int index)
 {
     ReplaceDomElementAt("", "mirror", index, newValue);
 }
Ejemplo n.º 2
0
 public void Addmirror(mirrorType newValue)
 {
     AppendDomElement("", "mirror", newValue);
 }
Ejemplo n.º 3
0
 public void InsertmirrorAt(mirrorType newValue, int index)
 {
     InsertDomElementAt("", "mirror", index, newValue);
 }