//读取当前RFID卡的EPC编号,如果不符则修改
 private void button3_Click(object sender, EventArgs e)
 {
     textBox7.Text = reader.ReadEpc();
     textBox8.Text = reader.ReadTID();
 }
 // 读取epc编号
 private string 读取epc编号()
 {
     return(_reader.ReadEpc());
 }