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