public StoreComicBookResolver(ComicViewerConfiguration config, ComicBookContext context)
 {
     this.config  = config;
     this.context = context;
 }
示例#2
0
 public ImageInterigator(ComicViewerConfiguration config, ComicBookContext context,  IImageProcessor processor)
 {
     this.config = config;
     this.context = context;
     this.processor = processor;            
 }