예제 #1
0
파일: CAServices.cs 프로젝트: Wooyme/HIS-1
        public CAServices()
        {
            _conEntity          = new CAConnectionEntity();
            _conTimestampEntity = new CAConnectionEntity();

            _seal = new HBCA_SOFSEALLib.SealClass();
            InitConnectionEntity();
            InitTimesTampConnnectionEntity();
        }
예제 #2
0
 public SealClient()
 {
     seal = new HBCA_SOFSEALLib.SealClass();
 }