private void pictureBox3_Click(object sender, EventArgs e)
        {
            Form Tiempo_de_estadia = new Chequeo_habitaciones();

            Tiempo_de_estadia.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            Form Servicios = new Chequeo_habitaciones();

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