protected void OnStarted(GhostscriptProcessorEventArgs e)
 {
     if (this.Started != null)
     {
         this.Started(this, e);
     }
 }
示例#2
0
 protected void OnStarted(GhostscriptProcessorEventArgs e)
 {
     if (this.Started != null)
     {
         this.Started(this, e);
     }
 }
示例#3
0
 protected void OnCompleted(GhostscriptProcessorEventArgs e)
 {
     if (this.Completed != null)
     {
         this.Completed(this, e);
     }
 }
 protected void OnCompleted(GhostscriptProcessorEventArgs e)
 {
     if (this.Completed != null)
     {
         this.Completed(this, e);
     }
 }