Exemplo n.º 1
0
 public void AddElement(WAttribute elem)
 {
     Attributes.Add(elem);
 }
Exemplo n.º 2
0
 public void AddCustomElement(WAttribute attri)
 {
     Options.AddElement(attri);
 }
Exemplo n.º 3
0
 public void AddCustomElement(WAttribute elem)
 {
     Attributes.AddElement(elem);
 }