public FileIconService(
     IImagePersistenceService imagePersistenceService,
     IIconNativeApi iconNativeApi)
 {
     this.imagePersistenceService = imagePersistenceService;
     this.iconNativeApi = iconNativeApi;
 }
Example #2
0
 public FileIconService(
     IImagePersistenceService imagePersistenceService,
     IIconNativeApi iconNativeApi)
 {
     this.imagePersistenceService = imagePersistenceService;
     this.iconNativeApi           = iconNativeApi;
 }