Example #1
0
 public void removeButton(Button b)
 {
     Buttons.Remove(b);
 }
Example #2
0
 public void addButton(Button b)
 {
     Buttons.Add(b);
 }