Пример #1
0
        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();
        }
Пример #2
0
        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);
        }