Exemplo n.º 1
0
 /// <summary>
 /// Raises the JobComplete event.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnJobComplete(JobCompleteEventArgs e)
 {
     JobComplete?.Invoke(this, e);
 }
Exemplo n.º 2
0
 public void OnJobComplete(JobCompleteEventArgs args)
 {
     JobComplete.Invoke(this, args);
 }