Ejemplo n.º 1
0
 private IOCR GetOCR(OCRType type)
 {
     IOCR ocr = null;
     _cache.TryGetValue(type, out ocr);
     return ocr;
 }
Ejemplo n.º 2
0
 public bool IsEnable(OCRType type)
 {
     return GetOCR(type).IsEnable;
 }