/// <summary> /// 断开设备 /// </summary> /// <param name="portableDevice"></param> private static void Disconnect(PortableDevice portableDevice) { portableDevice.Close(); }