예제 #1
0
        private void pictureBox11_Click(object sender, EventArgs e)
        {
            Form Chequeo_habitaciones = new Habitaciones();

            Chequeo_habitaciones.Show();
            this.Hide();
        }
예제 #2
0
        private void pictureBox5_Click(object sender, EventArgs e)
        {
            Form Menu_Hotel = new Habitaciones();

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