Ejemplo n.º 1
0
 /// <summary>
 /// 更新公司信息
 /// </summary>
 public static void ReloadAccounts()
 {
     ws.ServiceConnectWS WS = new LiveSupport.BLL.ws.ServiceConnectWS();
     WS.ReloadAccounts();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 更新公司信息
 /// </summary>
 public static void ReloadAccounts()
 {
     ws.ServiceConnectWS WS = new LiveSupport.BLL.ws.ServiceConnectWS();
     WS.ReloadAccounts();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 更新服务信息
 /// </summary>
 public static void ReloadOperators()
 {
     ws.ServiceConnectWS WS = new LiveSupport.BLL.ws.ServiceConnectWS();
     WS.ReloadOperators();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 更新服务信息
 /// </summary>
 public static void ReloadOperators()
 {
     ws.ServiceConnectWS WS = new LiveSupport.BLL.ws.ServiceConnectWS();
     WS.ReloadOperators();
 }