Exemplo n.º 1
0
        void editarPublicacion(object sender, EventArgs e)
        {
            usuarioNL nl = new usuarioNL();

            nl.updatePublicacion(txtTituloUpdate.Text, txtContenido.Text, valor, Form1.paseNombre);
            form.Close();

            MessageBox.Show("Editado!!!");

            PantallaPublicaciones pu = new PantallaPublicaciones();

            pu.crearPantalla();
        }