Esempio n. 1
0
        private void menuCliente_Click(object sender, EventArgs e)
        {
            CadastroCliente cadastroCliente = new CadastroCliente();

            cadastroCliente.ShowDialog(this);
        }
 private void menuCliente_Click(object sender, EventArgs e)
 {
     CadastroCliente cadastroCliente = new CadastroCliente();
     cadastroCliente.ShowDialog(this);
 }