private void toolEdit_Click(object sender, EventArgs e) { FrmXiangMuEdit frm = new FrmXiangMuEdit(this.gv.GetDataRow(this.gv.FocusedRowHandle)["XiangMuID"].ToString()); frm.ShowDialog(); this.btnSel_Click(null, null); }
private void toolEdit_Click(object sender, EventArgs e) { FrmXiangMuEdit frm = new FrmXiangMuEdit(this.gridViewQx.GetDataRow(this.gridViewQx.FocusedRowHandle)["XiangMuID"].ToString()); frm.ShowDialog(); grdLeft_FocusedViewChanged(null, null); }
private void toolAdd_Click(object sender, EventArgs e) { FrmXiangMuEdit frm = new FrmXiangMuEdit(); frm.ShowDialog(); this.btnSel_Click(null, null); }
private void toolAdd_Click(object sender, EventArgs e) { FrmXiangMuEdit frm = new FrmXiangMuEdit(); frm.sID = ""; frm.ShowDialog(); grdLeft_FocusedViewChanged(null, null); }