|
|
@@ -571,11 +571,11 @@ namespace HKCardManager.UserPages |
|
|
|
{ |
|
|
|
if (UHFCardHelper.GetInstance().ComOpen) |
|
|
|
{ |
|
|
|
if (!string.IsNullOrEmpty(textBox3.Text)) |
|
|
|
if (!string.IsNullOrEmpty(textBox4.Text)) |
|
|
|
{ |
|
|
|
var rr = UHFCardHelper.GetInstance().WriteCard(textBox3.Text); |
|
|
|
var rr = UHFCardHelper.GetInstance().WriteCard(textBox4.Text); |
|
|
|
if(rr.Res) |
|
|
|
MessageLogNotify.GetInstance.Show($"手动制卡成功,卡号[{textBox3.Text}]"); |
|
|
|
MessageLogNotify.GetInstance.Show($"手动制卡成功,卡号[{textBox4.Text}]"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|