private void buttonCliente_Click(object sender, EventArgs e) { CadastroCliente cli = new CadastroCliente(); cli.FormClosing += new FormClosingEventHandler(AtualizarCadastros); cli.Show(); }
private void clienteToolStripMenuItem_Click(object sender, EventArgs e) { CadastroCliente cc = new CadastroCliente(); cc.Show(); }