コード例 #1
0
ファイル: StatusEventHandler.cs プロジェクト: reftel/arkade5
 public void RaiseEventNewArchiveInformation(ArchiveInformationEventArgs archiveInformationEventArgArgs)
 {
     OnIssueOnNewArchiveInformation(archiveInformationEventArgArgs);
 }
コード例 #2
0
ファイル: StatusEventHandler.cs プロジェクト: reftel/arkade5
        protected virtual void OnIssueOnNewArchiveInformation(ArchiveInformationEventArgs eventArgs)
        {
            var handler = NewArchiveProcessEvent;

            handler?.Invoke(this, eventArgs);
        }