예제 #1
0
 /**
  * Stops the special addons listeners.
  */
 protected static void StopSpecialAddonListeners()
 {
     if (ultimateTraffic2 != null)
     {
         ultimateTraffic2.Stop();
         ultimateTraffic2 = null;
     }
 }
예제 #2
0
 /**
  * Starts the special addons listeners.
  */
 protected static void StartSpecialAddonListeners()
 {
     ultimateTraffic2 = new UltimateTraffic2();
     ultimateTraffic2.Start();
 }