예제 #1
0
 private void button4_Click(object sender, EventArgs e)
 {
     procedure.spSotr_Update(dataGridView1.CurrentRow.Cells[0].Value.ToString(), textBox3.Text, textBox4.Text, textBox5.Text, dateTimePicker1.Text, textBox7.Text);
 }