コード例 #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();
 }