Esempio n. 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            RoomInformation rr = new RoomInformation();

            rr.Show();
        }
 private void button4_Click(object sender, EventArgs e)
 {
     this.Hide();
     Manager.RoomInformation mm = new Manager.RoomInformation();
     mm.Show();
 }