private void toolStripButton1_Click(object sender, EventArgs e) { NMPlan.Focus(); DataView dv = new DataView(); dv.Table = ds.Tables[0]; ModOffice.TP(idplan, this, dv); }
private void Dgv1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { NMPlan.Focus(); if (ds.HasChanges()) { my.Up(da, ds.Tables[0]); } ; }
private void toolStripButton1_Click_1(object sender, EventArgs e) { NMPlan.Focus(); ModOffice.TPRep(idplan, this); }