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