コード例 #1
0
 private void ConfirmCommandExecuted()
 {
     CurrentNotification.ConfirmCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }
コード例 #2
0
 private void RejectCommandExecuted()
 {
     CurrentNotification.RejectCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }