Example #1
0
 public StaffSyncLongOperation(LongOperationDelegate longOperationDelegate,
                               IIBSSyncService sync_service,
                               XWTBXCOA staff_list) : base(longOperationDelegate)
 {
     _SyncService = sync_service;
     _StaffList   = staff_list;
 }
 public LongOperation(LongOperationDelegate longOperationDelegate)
 {
     RegisterThreadName(mainThreadName);
     this.longOperationDelegate = longOperationDelegate;
 }