Exemplo n.º 1
0
        private void BtnExcluirCad_Click_1(object sender, EventArgs e)
        {
            EditarExcluir edit = new EditarExcluir();

            edit.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnEditar_Click(object sender, EventArgs e)
        {
            EditarExcluir edit = new EditarExcluir();

            edit.ShowDialog();
        }