예제 #1
0
 public void RaiseEventNewArchiveInformation(ArchiveInformationEventArgs archiveInformationEventArgArgs)
 {
     OnIssueOnNewArchiveInformation(archiveInformationEventArgArgs);
 }
예제 #2
0
        protected virtual void OnIssueOnNewArchiveInformation(ArchiveInformationEventArgs eventArgs)
        {
            var handler = NewArchiveProcessEvent;

            handler?.Invoke(this, eventArgs);
        }