Example #1
0
 public void sendCommand(ref Apdu apdu)
 {
     apduCommand = apdu;
     sendCommand();
     apdu = apduCommand;
 }