private void BTN_Entrar_Click(object sender, EventArgs e) { /* * if (this.Verifica_usuario_password()) * { * this.Hide(); * * MessageBox.Show("Felicidades, ya vas air al menu principal"); * * * * }*/ MENU mivetana = new MENU(); mivetana.Show(); }
public void UserSuccessfullyAuthenticated() { hideAll(dashboard1, dashboard_button); MENU.Show(); }