Esempio n. 1
0
 private void NotificationList_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
 {
     LatestNotification = NotificationList.FirstOrDefault();
     NotificationNumber = NotificationList.Count.ToString();
 }