Example #1
0
 public bool AddButton(XElement element)
 {
     Button button = new Button(this.Mod);
     if (button.SetXML(element))
     {
         return AddButton(button);
     }
     return false;
 }