private void toolStripButton1_Click(object sender, EventArgs e) { frmCadastroCliente f = new frmCadastroCliente(); f.ShowDialog(); f.Dispose(); }
private void clienteToolStripMenuItem_Click(object sender, EventArgs e) { frmCadastroCliente f = new frmCadastroCliente(); f.ShowDialog(); f.Dispose(); }