Exemplo n.º 1
0
 public override void SwitchTrackingState(TrackingStateEventArgs args)
 {
     //If there is a subscription the event will be executed
     if (TrackingStateEvents != null)
     {
         TrackingStateEvents(this, args);
     }
 }
Exemplo n.º 2
0
 public virtual void SwitchTrackingState(TrackingStateEventArgs args)
 {
 }