コード例 #1
0
        private void pictureBox11_Click(object sender, EventArgs e)
        {
            Form Chequeo_habitaciones = new Habitaciones();

            Chequeo_habitaciones.Show();
            this.Hide();
        }
コード例 #2
0
ファイル: Menu_Hotel.cs プロジェクト: AlterLayer/Sandchips
        private void pictureBox5_Click(object sender, EventArgs e)
        {
            Form Menu_Hotel = new Habitaciones();

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