Esempio n. 1
0
 /// <summary>
 /// 验证软件
 /// </summary>
 public static int VerifySoft()
 {
     try
     {
         return(IvyHelper.Exists());
     }
     catch (Exception ex)
     {
         LogHelper.writeLog(ex);
         throw;
     }
 }
Esempio n. 2
0
 /// <summary>
 /// 更新
 /// </summary>
 public static void Upadte()
 {
     IvyHelper.F_0001_0010();
 }