private void button1_Click(object sender, EventArgs e) { RoomAdditionRemoval cess = new RoomAdditionRemoval(); cess.Show(); this.Hide(); }
private void buttonGoBack_Click(object sender, EventArgs e) { RoomAdditionRemoval really = new RoomAdditionRemoval(); really.Show(); this.Close(); }