Ejemplo n.º 1
0
 public void RemoveButtonAction(ButtonUpAction buttonUpAction)
 {
     buttonUpActionList.Remove(buttonUpAction);
 }
Ejemplo n.º 2
0
 public void AddButtonAction(ButtonUpAction buttonUpAction)
 {
     buttonUpActionList.Add(buttonUpAction);
 }