Esempio n. 1
0
        private void btnPhoto_Click(object sender, EventArgs e)
        {
            DriverPicCapture form = new DriverPicCapture(this.cbIdCardType.SelectedValue.ToString(), this.txtIdCard.Text);

            form.ShowInTaskbar = false;
            form.ShowDialog();
        }
Esempio n. 2
0
 private void btnPhoto_Click(object sender, EventArgs e)
 {
     DriverPicCapture form = new DriverPicCapture(this.cbIdCardType.SelectedValue.ToString(),this.txtIdCard.Text);
     form.ShowInTaskbar = false;
     form.ShowDialog();
 }