Exemplo n.º 1
0
 private void bt_PesquisarCliente_Click(object sender, EventArgs e)
 {
     frmCliente cliente = new frmCliente();
     cliente.ShowDialog();
 }
Exemplo n.º 2
0
 private void clienteToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmCliente frm = new frmCliente();
     frm.ShowDialog();
 }