예제 #1
0
 private void _synchronizer_FeedUpdated(object sender, FeedEventArgs e)
 {
     if (e.Feed.Notifications.Count > 0)
     {
         ShowNotificationPopup(e.Feed.Notifications[0]);
     }
 }
예제 #2
0
 protected virtual void OnFeedUpdated(FeedEventArgs e)
 {
     FeedUpdated?.Invoke(this, e);
 }