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