Ejemplo n.º 1
0
 public void RemoveAttribute(MobileAttribute attribute)
 {
     AttributesMobileObject.Remove(attribute);
 }
Ejemplo n.º 2
0
 public void AddAttribute(MobileAttribute attribute)
 {
     AttributesMobileObject.Add(attribute);
 }