private void OnNotificationsChanged(object sender, NotificationsChangedEventArgs e)
 {
     // Reload Notifications from storage
     ReloadNotifications();
     // change the icon
     NotificationIconName = Settings.NumberUnreadNotifications == 0 ? "blank.png" : "notifications2.png";
 }
Пример #2
0
 private void OnNotificationsChanged(object sender, NotificationsChangedEventArgs e)
 {
     // change the icon
     NotificationIconName = Settings.NumberUnreadNotifications == 0 ? "notifications1.png" : "notifications2.png";
 }