Exemplo n.º 1
0
        private void bIniciarSesion_Click(object sender, EventArgs e)
        {
            InicioDeSesion ventana = new InicioDeSesion();

            this.Visible = false;
            ventana.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
        private void bIniciarSesion_Click(object sender, EventArgs e)
        {
            InicioDeSesion ventana = new InicioDeSesion();

            this.Visible = false;
            ventana.ShowDialog();
            this.Visible = true;
            cargarForos();
            cargarNoticias();
        }