Beispiel #1
0
 private void EncryptNewPwd()
 {
     byte[] bys = PortAgreement.IcCardEncryption(Pwd);
     SerialPortManager.WriteSerialPortData(SerialPortManager.Device1, bys);
     OverTimeManager.Start();
 }