Exemplo n.º 1
0
 public virtual void OnCompleteEvent(PipelineEventArgs e)
 {
     CompleteEvent?.Invoke(this, e);
 }
Exemplo n.º 2
0
 public virtual void OnRunEvent(PipelineEventArgs e)
 {
     RunEvent?.Invoke(this, e);
 }