Esempio n. 1
0
 //解除挂失
 private void btnUnlossDoc_Click(object sender, EventArgs e)
 {
     SetTextToReader();
     readerBLL.UnLoss(reader);
     labinformation.Text = "状态:已解除挂失!";
 }