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