Пример #1
0
 /// <summary>
 ///     Handles the specified message.
 /// </summary>
 /// <param name="message">The message.</param>
 /// <exception cref="System.NotImplementedException">Not Implemented.</exception>
 public void Handle(ReportTemplateReportStateChangedEvent message)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 private void Apply(ReportTemplateReportStateChangedEvent reportTemplateChangeReportStateEvent)
 {
     ReportState = reportTemplateChangeReportStateEvent.ReportState;
 }