private void bIniciarSesion_Click(object sender, EventArgs e) { InicioDeSesion ventana = new InicioDeSesion(); this.Visible = false; ventana.ShowDialog(); this.Close(); }
private void bIniciarSesion_Click(object sender, EventArgs e) { InicioDeSesion ventana = new InicioDeSesion(); this.Visible = false; ventana.ShowDialog(); this.Visible = true; cargarForos(); cargarNoticias(); }