void cardPolling_OnCardRemoved(object sender, CardPollingEventArg e) { // textBoxValueAmount.Text = ""; //MessageBox.Show("Card is removed"); Name = "无人"; ID = 0; }
void cardPolling_OnCardFound(object sender, CardPollingEventArg e) { // MessageBox.Show("Card found"); ConnectToCard(); LoadKey(); bAuthed(); ReadData(); }