Example #1
0
 public AbbyyWorker(IEnginesPool enginesPool, IBus bus)
 {
     this.enginesPool = enginesPool;
     this.bus         = bus;
 }
Example #2
0
 public AbbyyLicense(IEnginesPool enginesPool)
 {
     this.enginesPool = enginesPool;
 }
Example #3
0
 public AbbyyWorker(IEnginesPool enginesPool)
 {
     this.enginesPool = enginesPool;
 }