Esempio n. 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);
        }
Esempio n. 2
0
 private void Dgv1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
 {
     NMPlan.Focus();
     if (ds.HasChanges())
     {
         my.Up(da, ds.Tables[0]);
     }
     ;
 }
Esempio n. 3
0
 private void toolStripButton1_Click_1(object sender, EventArgs e)
 {
     NMPlan.Focus();
     ModOffice.TPRep(idplan, this);
 }