2014-02-19 1 views

ответ

1
List<ScheduledNotification> notifications = ScheduledActionService.GetActions<ScheduledNotification>().ToList(); 
foreach (ScheduledNotification notification in notifications) 
{ 
    ScheduledActionService.Remove(notification.Name); 
} 
+0

я заменил памятка с ScheduledNotification поэтому он будет работать с Reminder и тревоги. Благодаря! – PiTheNumber

 Смежные вопросы

  • Нет связанных вопросов^_^