示例#1
0
        private void StudentRoomButton_Click(object sender, EventArgs e)
        {
            StudentRoom room = new StudentRoom();

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

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