Esempio n. 1
0
        public int AchaIndiceECF(string serie)
        {
            int retorno = -1;
            int ret     = ACBrAACInterop.AAC_AchaIndiceECF(this.Handle, serie, ref retorno);

            CheckResult(ret);

            return(retorno);
        }