private void btnIdCardReader_Click(object sender, EventArgs e) { Form form = new FT.Device.IDCard.IDCardConfigForm(); form.ShowDialog(); }