Exemplo n.º 1
0
        private void consutarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmClienteConsulta f2 = new frmClienteConsulta();

            f2.Show();
        }
Exemplo n.º 2
0
        private void clientesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmClienteConsulta clienteConsulta = new frmClienteConsulta();

            clienteConsulta.ShowDialog();
        }