コード例 #1
0
        private void cadastrarClienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormCadastroCliente cadCli = new FormCadastroCliente();

            cadCli.Show();
        }
コード例 #2
0
        private void btnCadastrarCliente_Click(object sender, EventArgs e)
        {
            FormCadastroCliente cadCli = new FormCadastroCliente();

            cadCli.Show();
        }