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