Example #1
0
 public ClickAction(ActionCenter actionCenter, ActionCenter.Actions action)
 {
     this.actionCenter = actionCenter;
     this.action       = action;
 }
Example #2
0
 public ClickAction(ActionCenter actionCenter, ActionCenter.Actions action)
 {
     this.actionCenter = actionCenter;
     this.action = action;
 }