示例#1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            NMPlan.Focus();
            DataView dv = new DataView();

            dv.Table = ds.Tables[0];
            ModOffice.TP(idplan, this, dv);
        }
示例#2
0
文件: frmKP.cs 项目: jane-safr/SMRC
 private void Dgv1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
 {
     NMPlan.Focus();
     if (ds.HasChanges())
     {
         my.Up(da, ds.Tables[0]);
     }
     ;
 }
示例#3
0
 private void toolStripButton1_Click_1(object sender, EventArgs e)
 {
     NMPlan.Focus();
     ModOffice.TPRep(idplan, this);
 }