public LumiaWindowsDeployer(IWindowsImageService windowsImageService, DeploymentPaths deploymentPaths)
 {
     this.windowsImageService = windowsImageService;
     this.deploymentPaths     = deploymentPaths;
 }
Example #2
0
 public RaspberryPiWindowsDeployer(IWindowsImageService windowsImageService, DeploymentPaths deploymentPaths)
 {
     this.windowsImageService = windowsImageService;
     this.deploymentPaths     = deploymentPaths;
 }