private void miSJWH_Click(object sender, System.EventArgs e) { //书架信息维护 frmBookLocationManager frmbookLocation = new frmBookLocationManager(); frmbookLocation.ShowDialog(); }
public frmBookListInfo(string Id, string location, string room, string state, frmBookLocationManager frm) { InitializeComponent(); this.txtID.Text = Id.Trim(); this.txtBookLocation.Text = location.Trim(); this.txtBookRoom.Text = room.Trim(); this.State = state.Trim(); frmtemp = frm; }