Exemplo n.º 1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            Form Chequeo_Mesa = new Log_in_general();

            Chequeo_Mesa.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void timer1_Tick(object sender, EventArgs e)
        {
            Form Introduccion = new Log_in_general();

            Introduccion.Show();
            this.Hide();
            timer1.Enabled = false;
        }