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