Exemplo n.º 1
0
        private void StudentRoomButton_Click(object sender, EventArgs e)
        {
            StudentRoom room = new StudentRoom();

            room.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void RoomButton_Click(object sender, EventArgs e)
        {
            StudentRoom student = new StudentRoom();

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