예제 #1
0
 public virtual void OnCompleteEvent(PipelineEventArgs e)
 {
     CompleteEvent?.Invoke(this, e);
 }
예제 #2
0
 public virtual void OnRunEvent(PipelineEventArgs e)
 {
     RunEvent?.Invoke(this, e);
 }