Beispiel #1
0
 public ImageSource(IImageSourceConfiguration configuration, IImageSourcePluginFactory imageSourcePluginFactory)
 {
     _configuration            = configuration;
     _imageSourcePluginFactory = imageSourcePluginFactory;
 }
Beispiel #2
0
 public ImageSourceFactory(IImageSourcePluginFactory imageSourcePluginFactory)
 {
     _imageSourcePluginFactory = imageSourcePluginFactory;
 }