Beispiel #1
0
 private void ResetSelectedCommandExecuted(object obj)
 {
     foreach (Notification n in SelectedNotifications.ToArray())
     {
         _pHmi.Reporter.Reset(n);
     }
 }
Beispiel #2
0
 private bool ResetSelectedCommandCanExecute(object obj)
 {
     return(SelectedNotifications.Any());
 }