Example #1
0
 /// <summary>Call PROBA Social event</summary>
 public static void SocialEvent(string socialMediaName, SocialEvenTypes socialEvenType, int value = 0)
 {
     _ = new SocialEventViewModel(socialMediaName, socialEvenType, value);
 }
Example #2
0
 internal static void SocialEventCreated(SocialEventViewModel socialEventViewModel)
 {
     SocialEvent?.Invoke(socialEventViewModel);
 }