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