private void clienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmCadastroClientes frmCadastroClientes = new FrmCadastroClientes();

            frmCadastroClientes.Show();
        }
Esempio n. 2
0
        private void btInserirNovoCliente_Click(object sender, EventArgs e)
        {
            FrmCadastroClientes frmCadastroClientes = new FrmCadastroClientes();

            frmCadastroClientes.Show();
        }
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            FrmCadastroClientes frmCadastroClientes = new FrmCadastroClientes();

            frmCadastroClientes.Show();
        }