Пример #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     procedure.spAccess_rights_Insert(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));
 }