예제 #1
0
        public void CancelAll()
        {
            var notificationService = new NotificationService();

            notificationService.Cancel(1);
            notificationService.Cancel(2);
        }
예제 #2
0
        private async void CancelAlarm()
        {
            NotificationService Noty = new NotificationService();

            Noty.Cancel(this.ID);
        }