예제 #1
0
        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();
        }
예제 #2
0
 public void UserSuccessfullyAuthenticated()
 {
     hideAll(dashboard1, dashboard_button);
     MENU.Show();
 }