Ejemplo n.º 1
0
 protected void OnStarted(GhostscriptProcessorEventArgs e)
 {
     if (this.Started != null)
     {
         this.Started(this, e);
     }
 }
Ejemplo n.º 2
0
 protected void OnStarted(GhostscriptProcessorEventArgs e)
 {
     if (this.Started != null)
     {
         this.Started(this, e);
     }
 }
Ejemplo n.º 3
0
 protected void OnCompleted(GhostscriptProcessorEventArgs e)
 {
     if (this.Completed != null)
     {
         this.Completed(this, e);
     }
 }
Ejemplo n.º 4
0
 protected void OnCompleted(GhostscriptProcessorEventArgs e)
 {
     if (this.Completed != null)
     {
         this.Completed(this, e);
     }
 }