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

            handler?.Invoke(this, eventArgs);
        }