예제 #1
0
 protected virtual void OnActionCreated(ActionCreatedEventArgs e)
 {
     ActionCreated.Invoke(this, e);
 }
예제 #2
0
 public void ActionCreated(object sender, ActionCreatedEventArgs e)
 {
     ActionsQueue.Enqueue(e.Action);
 }