public KeepMobileOSDiskLayoutPreparer(IDeploymentContext context, IEnumerable <ISpaceAllocator <IPhone> > spaceAllocators, IExistingDeploymentCleaner cleaner, ILumiaSettingsService lumiaSettingsService) : base(context, cleaner)
 {
     this.spaceAllocators      = spaceAllocators;
     this.lumiaSettingsService = lumiaSettingsService;
 }
 protected LumiaDiskLayoutPreparer(IDeploymentContext context, IExistingDeploymentCleaner cleaner)
 {
     this.context = context;
     this.cleaner = cleaner;
 }
Example #3
0
 public WipeMobileOSDiskLayoutPreparer(IDeploymentContext context, IExistingDeploymentCleaner cleaner) : base(context, cleaner)
 {
 }