Exemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     procedure.spAccess_rights_Update((int)dataGridView1.CurrentRow.Cells[0].Value, textBox1.Text, Convert.ToInt32(checkBox1.Checked), Convert.ToInt32(checkBox2.Checked), Convert.ToInt32(checkBox3.Checked), Convert.ToInt32(checkBox4.Checked), Convert.ToInt32(checkBox5.Checked), Convert.ToInt32(checkBox6.Checked), 0, Convert.ToInt32(checkBox7.Checked), Convert.ToInt32(checkBox8.Checked), Convert.ToInt32(checkBox9.Checked), Convert.ToInt32(checkBox10.Checked));
 }