Esempio n. 1
0
 public ImageSourcePluginAdapter(IImageSource <TSettings> source, ITypedSettingsConverter typedSettingsConverter)
 {
     _source = source;
     _typedSettingsConverter = typedSettingsConverter;
 }
Esempio n. 2
0
 public ImageSourcePluginFactory(ITypedSettingsConverter typedSettingsConverter, ILifetimeScope scope)
 {
     _typedSettingsConverter = typedSettingsConverter;
     _scope = scope;
 }