public void Raise(ImagesSavingEventArgs e)
 {
     if (OnInboundDocSaving != null)
     {
         OnInboundDocSaving(e);
     }
 }
Exemple #2
0
 public void Raise(ImagesSavingEventArgs e)
 {
     if (OnInboundDocSaving != null)
     {
         OnInboundDocSaving(e);
     }
 }
Exemple #3
0
 private void OnInboundDocSaving(ImagesSavingEventArgs args)
 {
     tifEditorInbound.SaveToFile();
 }