Ejemplo n.º 1
0
 public MobeelizerSyncServicePerformer(MobeelizerApplication application, bool syncAll)
 {
     this.application          = application;
     this.isAllSynchronization = syncAll;
     this.dataFileService      = new MobeelizerDataFileService(application);
 }
 public MobeelizerSyncServicePerformer(MobeelizerApplication application, bool syncAll)
 {
     this.application = application;
     this.isAllSynchronization = syncAll;
     this.dataFileService = new MobeelizerDataFileService(application);
 }