コード例 #1
0
 public void Handle(WorkStarted message)
 {
     Dispatcher.BeginInvoke((Action)(StartWorkInProgress));
 }
コード例 #2
0
 public void Handle(WorkStarted @event)
 {
     _workCount++;
     NotifyPropertiesChanged();
 }