Example #1
0
 public X86HostService(TwainWrapper twainWrapper)
 {
     this.twainWrapper = twainWrapper;
 }
 public WorkerService(TwainWrapper twainWrapper, ThumbnailRenderer thumbnailRenderer, MapiWrapper mapiWrapper)
 {
     this.twainWrapper      = twainWrapper;
     this.thumbnailRenderer = thumbnailRenderer;
     this.mapiWrapper       = mapiWrapper;
 }