Example #1
0
 public StaffSyncLongOperation(LongOperationDelegate longOperationDelegate,
                               IIBSSyncService sync_service,
                               XWTBXCOA staff_list) : base(longOperationDelegate)
 {
     _SyncService = sync_service;
     _StaffList   = staff_list;
 }
 public void Init() {
     SyncService = new HTTPSyncService("http://npomash:8080/nww3d/mod/intecoag.ibs.ws-dev/xml-rpc/");
 }
Example #3
0
 public SyncIBSCSyncPushFmOrder(IIBSSyncService syncservice) : base(syncservice)
 {
 }
        public void Init() {
            SyncService = new HTTPSyncService("http://sagsrv:8080/natcgi/natcgi.exe/");
//            SyncService = new HTTPSyncService("http://sagsrv:8080/nww3d/mod/ws-srv/xml-rpc/");
        }
 public void Init() {
     SyncService = new HTTPSyncService("http://erm-dev:8080/natcgi-dev/natcgi.exe/");
 }
 public void Init() {
     SyncService = new HTTPSyncService("http://npomash/natcgi/natcgi.exe/");
 }
Example #7
0
 public SyncIBSCSyncPush(IIBSSyncService syncservice)
 {
     _SyncService = syncservice;
 }
Example #8
0
 public SyncIBSCSyncPushCrmParty(IIBSSyncService syncservice) : base(syncservice)
 {
 }