Ejemplo n.º 1
0
 /// <summary>
 /// Shutdown the pool and release all devices.
 /// </summary>
 public static void Shutdown()
 {
     if (_Instance != null)
     {
         _Instance.Dispose();
         _Instance = null;
     }
 }