private void toolStripButton修改产品_Click(object sender, EventArgs e) { if (this.f_STOCKSDataGridView.CurrentRow == null) { return; } FormAllMod m = new FormAllMod(); m.dr = this.f_STOCKSDataGridView.CurrentRow; m.ShowDialog(); }
private void toolStripButton修改产品_Click(object sender, EventArgs e) { if (this.f_INCOMEDataGridView.CurrentRow == null) { return; } FormAllMod m = new FormAllMod(); m.dr = this.f_INCOMEDataGridView.CurrentRow; m.ShowDialog(); this.f_INCOMETableAdapter.Fill(this.saleDataSetAll.F_INCOME); }