xxe 2 years ago
parent
commit
f1f163f49e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      HKCardManager/Form1.cs

+ 2
- 2
HKCardManager/Form1.cs View File

@@ -377,8 +377,8 @@ namespace HKCardManager
UHFCardHelper.GetInstance().WriteCard("000");
string worker = new IdWorker(1, 1).NextId().ToString();// ID生成
var resm = UHFCardHelper.GetInstance().WriteCard(worker);
MessageLogNotify.GetInstance.ShowWarning("卡片重置成功,卡号"+resm.Res);
MessageBox.Show("提示!!!\n 卡片重置成功,卡号"+resm.Res);
MessageLogNotify.GetInstance.ShowWarning("卡片重置成功,卡号"+ worker);
MessageBox.Show("提示!!!\n 卡片重置成功,卡号"+ worker);
}
catch (Exception)
{


Loading…
Cancel
Save