Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            RoomAdditionRemoval cess = new RoomAdditionRemoval();

            cess.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void buttonGoBack_Click(object sender, EventArgs e)
        {
            RoomAdditionRemoval really = new RoomAdditionRemoval();

            really.Show();
            this.Close();
        }