xxe 2 年之前
父節點
當前提交
f1f163f49e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      HKCardManager/Form1.cs

+ 2
- 2
HKCardManager/Form1.cs 查看文件

@@ -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…
取消
儲存