Exemplo n.º 1
0
 public void RemoveButton(IAPButton button)
 {
     activeButtons.Remove(button);
 }
Exemplo n.º 2
0
 public void AddButton(IAPButton button)
 {
     activeButtons.Add(button);
 }