Exemple #1
0
 public EraseBinary(readerActions readerHandle)
 {
     _readerHandle = readerHandle;
 }
Exemple #2
0
 public SelectFile(readerActions readerHandle)
 {
 }
Exemple #3
0
 public GetData(readerActions readerHandle)
 {
     _readerHandle = readerHandle;
 }
 public GetChallenge(readerActions readerHandle)
 {
     _readerHandle = readerHandle;
 }