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