|
|
@@ -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) |
|
|
|
{ |
|
|
|