Ejemplo n.º 1
0
 //shows how many unread notices the user has
 private void showUnread()
 {
     Notice.retrieveNotices();
     notificationsButton.Text = "Notices  (" + Notice.Unread + ")";
 }