Esempio n. 1
0
        private void cerrarSesiónToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            MessageBox.Show("Sesión cerrada con éxito");
            Iniciar_Sesión inicio = new Iniciar_Sesión();

            inicio.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void timer_bienvenidos_Tick(object sender, EventArgs e)
        {
            //MOSTRAR PANTALLAZO INICIO SESION CUANDO FINALIZE EL TIMER

            timer_bienvenidos.Enabled = false;
            Iniciar_Sesión inicio = new Iniciar_Sesión();

            inicio.Show();
            this.Hide();
        }