private void btnCliente_Click(object sender, EventArgs e) { Cliente A = new Cliente(); A.Show(); }
private void btnCliente_Click(object sender, EventArgs e) { CadastroPadrao._habilitaBotao = true; Cliente A = new Cliente(); A.ShowDialog(); CadastroPadrao._habilitaBotao = false; tbxCliente.Text = _AddClientePedido; }