Exemple #1
0
 public RaspberryPiWindowsDeployer(IWindowsImageService windowsImageService, DriverPaths driverPaths)
 {
     this.windowsImageService = windowsImageService;
     this.driverPaths         = driverPaths;
 }
 public LumiaWindowsDeployer(IWindowsImageService windowsImageService, DriverPaths driverPaths)
 {
     this.windowsImageService = windowsImageService;
     this.driverPaths         = driverPaths;
 }