Exemple #1
0
        public ACBrECF()
        {
            int ret = ACBrDll.ECF_Create(ref this.handle);

            CheckResult(ret);
        }