Exemple #1
0
 public void EventBubble(Bubble b)
 {
     if (b != null)
     {
         ServiceManager.OnBubbleReceived(b);
     }
     else
     {
         DebugPrint(Information.ServiceName + " is trying to 'event' a null bubble. Doing nothing...");
     }
 }