Exemplo n.º 1
0
        private void dg1_CellMouseDoubleClick(object sender, DataGridViewCellMouseEventArgs e)
        {
            string id = dg1.Rows[dg1.CurrentRow.Index].Cells["iid"].Value.ToString();
            NeigongUpValue_Edit ne = new NeigongUpValue_Edit(id);

            ne.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnAddNg_Click(object sender, EventArgs e)
        {
            NeigongUpValue_Edit ne = new NeigongUpValue_Edit();

            ne.ShowDialog();
        }