private void toolStripButton_add_Click(object sender, EventArgs e) { formCadastra_Cliente = new FormCadastra_cliente(); formCadastra_Cliente.ShowDialog(); }
public FormTiraFoto(FormCadastra_cliente fCliente) { InitializeComponent(); this.fCliente = fCliente; }
private void btn_cadastrar_Click(object sender, EventArgs e) { FormCadastra_cliente formCadastra = new FormCadastra_cliente(); formCadastra.ShowDialog(); }