Exemplo n.º 1
0
 protected void OnError(GhostscriptProcessorErrorEventArgs e)
 {
     if (Error != null)
     {
         this.Error(this, e);
     }
 }
Exemplo n.º 2
0
 protected void OnError(GhostscriptProcessorErrorEventArgs e)
 {
     if (this.Error != null)
     {
         this.Error(this, e);
     }
 }