Exemplo n.º 1
0
 private void ConfirmCommandExecuted()
 {
     CurrentNotification.ConfirmCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }
Exemplo n.º 2
0
 private void RejectCommandExecuted()
 {
     CurrentNotification.RejectCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }