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