Exemple #1
0
 private void NotificationsUpdate(object sender, NotificationEventArgs notificationEventArgs)
 {
     if (Tribe != null)
     {
         Tribe.SendUpdate();
     }
 }