Esempio n. 1
0
        public CAServices()
        {
            _conEntity          = new CAConnectionEntity();
            _conTimestampEntity = new CAConnectionEntity();

            _seal = new HBCA_SOFSEALLib.SealClass();
            InitConnectionEntity();
            InitTimesTampConnnectionEntity();
        }
Esempio n. 2
0
 public SealClient()
 {
     seal = new HBCA_SOFSEALLib.SealClass();
 }