コード例 #1
0
 public void Handle(ReportCreationStartedEvent reportStartedEvent)
 {
     _view.DisplayNotification(PKSimConstants.UI.ReportCreationStarted,
                               PKSimConstants.UI.ReportCreationStartedMessage(reportStartedEvent.ReportFullPath), string.Empty);
 }
コード例 #2
0
 public abstract void Handle(ReportCreationStartedEvent eventToHandle);
コード例 #3
0
 public override void Handle(ReportCreationStartedEvent reportStartedEvent)
 {
     _view.DisplayNotification(AppConstants.Captions.ReportCreationStarted,
                               AppConstants.Captions.ReportCreationStartedMessage(reportStartedEvent.ReportFullPath), string.Empty);
 }
コード例 #4
0
 public void Handle(ReportCreationStartedEvent eventToHandle)
 {
     _numberOfReportsBeingCreated++;
     updateReportInfo();
 }
コード例 #5
0
 public override void Handle(ReportCreationStartedEvent eventToHandle)
 {
 }