Exemplo n.º 1
0
 public void RaiseEventNewArchiveInformation(ArchiveInformationEventArgs archiveInformationEventArgArgs)
 {
     OnIssueOnNewArchiveInformation(archiveInformationEventArgArgs);
 }
Exemplo n.º 2
0
        protected virtual void OnIssueOnNewArchiveInformation(ArchiveInformationEventArgs eventArgs)
        {
            var handler = NewArchiveProcessEvent;

            handler?.Invoke(this, eventArgs);
        }