Ejemplo n.º 1
0
 private void SetNumUnreadComments(int numUnread)
 {
     lblComments.Content = CommentDismissalRecognizer.FormatNumUnreadComments(numUnread);
 }
Ejemplo n.º 2
0
 private void SetNumUnreadComments(List <NewCommentsFrom> newCommentBins)
 {
     notifications.ItemsSource = newCommentBins;
     lblComments.Content       = CommentDismissalRecognizer.FormatNumUnreadComments(newCommentBins.Total());
 }