Ejemplo n.º 1
0
        private void clientesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastroCliente cliente = new frmCadastroCliente();

            cliente.Show();

            this.Visible = false;
        }
Ejemplo n.º 2
0
        private void btnCadastroCliente_Click(object sender, EventArgs e)
        {
            frmCadastroCliente cliente = new frmCadastroCliente();

            cliente.Show();

            this.Visible = false;
        }