public BtConnectionHandler(ReaderBtControl act)
 {
     _ref = new WeakReference <ReaderBtControl>(act);
 }
Ejemplo n.º 2
0
 public BtControlRfidEventListener(App app, ReaderBtControl control)
 {
     _app     = app;
     _control = control;
 }