/// <summary> /// 更新 /// </summary> public static void Update() { try { IvyHelper.F_0001_0010(); } catch (Exception ex) { Log.writeLog(ex); } }
/// <summary> /// 验证软件 /// </summary> public static int VerifySoft() { try { return(IvyHelper.Exists()); } catch (Exception ex) { Log.writeLog(ex); throw; } }