Ejemplo n.º 1
0
 protected void _SetAttribute(XmlElement element, string name, string value)
 {
     _state.SetAttribute(element, name, value);
 }