Пример #1
0
 public void RemoveButton(FunctionButton button)
 {
     this.functionButtons.Remove(button);
 }
Пример #2
0
 public void AddButton(FunctionButton functionButton)
 {
     this.functionButtons.Add(functionButton);
 }