/// <summary>
 /// Invokes the event.
 /// </summary>
 public void invokeEvent(TracerEventType newEvent)
 {
     if (updateHandler.Event_UpdateNotification != null)
     {
         updateHandler.Event_UpdateNotification.Invoke();
     }
 }
예제 #2
0
 /// <summary>
 /// Invokes the event.
 /// </summary>
 protected void invokeEvent(TracerEventType newEvent)
 {
     TracerInterfaceImplementation.getInstance().invokeEvent(newEvent);
 }