Exemplo n.º 1
0
        private void btnSalirProp_Click(object sender, EventArgs e)
        {
            Eliminar n = new Eliminar();

            this.Hide();
            n.Show();
        }
Exemplo n.º 2
0
        private void btnElim_Click(object sender, EventArgs e)
        {
            Eliminar Elim = new Eliminar();

            Elim.Visible = true;
            this.Visible = false;
        }