Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
        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);
        }
Ejemplo n.º 3
0
        private void toolAdd_Click(object sender, EventArgs e)
        {
            FrmXiangMuEdit frm = new FrmXiangMuEdit();

            frm.ShowDialog();
            this.btnSel_Click(null, null);
        }
Ejemplo n.º 4
0
        private void toolAdd_Click(object sender, EventArgs e)
        {
            FrmXiangMuEdit frm = new FrmXiangMuEdit();

            frm.sID = "";
            frm.ShowDialog();
            grdLeft_FocusedViewChanged(null, null);
        }