コード例 #1
0
 protected void OnError(GhostscriptProcessorErrorEventArgs e)
 {
     if (Error != null)
     {
         this.Error(this, e);
     }
 }
コード例 #2
0
 protected void OnError(GhostscriptProcessorErrorEventArgs e)
 {
     if (this.Error != null)
     {
         this.Error(this, e);
     }
 }