Exemple #1
0
 void ReadCard()
 {
     while (!stop)
     {
         api.GetCardNoAndID();
         Thread.Sleep(500);
     }
 }