Exemple #1
0
 public void Handle(QueryFinishedEvent message)
 {
     _queryRunning = false;
     NotifyOfPropertyChange(() => CanRunQuery);
     NotifyOfPropertyChange(() => CanCancelQuery);
     NotifyOfPropertyChange(() => CanClearCache);
     NotifyOfPropertyChange(() => CanRefreshMetadata);
     NotifyOfPropertyChange(() => CanConnect);
 }
 public void Handle(QueryFinishedEvent message)
 {
     IsBusy = false;
 }