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

            rr.Show();
        }
Esempio n. 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Hide();
     Cashier.RoomInformation pp = new Cashier.RoomInformation();
     pp.Show();
 }