示例#1
0
 public void RemoveButton(IAPButton button)
 {
     activeButtons.Remove(button);
 }
示例#2
0
 public void AddButton(IAPButton button)
 {
     activeButtons.Add(button);
 }