예제 #1
0
        public ACBrBal()
        {
            int ret = ACBrDll.BAL_Create(ref this.handle);

            CheckResult(ret);
        }