/// <summary> /// 检测PID是否存在 /// </summary> public static bool CheckPID(string pid) { try { return(SE_GiftManageConfigDAL.CheckPID(ProcessConnection.OpenGungnirReadOnly, pid)); } catch (Exception ex) { throw ex; } }