private void newAction_OnExecute(AbstractAction action, ExecuteDelegateArgs args) { if (OnExecute != null) { args.runningAction = action; OnExecute(this, args); } }
private void newAction_OnExecute(AbstractAction action, ExecuteDelegateArgs args) { if(OnExecute!=null) { args.runningAction = action; OnExecute(this, args); } }