Exemplo n.º 1
0
 public CardReader()
 {
     this.InitializeComponent();
     nfcListener = new NfcListener();
 }
Exemplo n.º 2
0
 public FaqPage()
 {
     this.InitializeComponent();
     this.ViewModel   = new FaqViewModel();
     this.nfcListener = new NfcListener();
 }