Esempio n. 1
0
 public static void StoreInit()
 {
     try
     {
         StoreBusiness.StoreInit();
         LogHelper.SaveLog(TxtLogType.SystemInit, "StoreInit Sucess");
     }
     catch (Exception ex)
     {
         LogHelper.SaveLog(TxtLogType.SystemInit, "StoreInit..." + Utils.GetException(ex));
     }
 }