예제 #1
0
 private void button4_Click(object sender, EventArgs e)
 {
     procedure.spUPD_Prihod(Convert.ToInt32(dataGridView1.CurrentRow.Cells[0].Value.ToString()), Convert.ToInt32(comboBox4.SelectedValue.ToString()), (int)numericUpDown1.Value);
 }