コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            _cun.保存参数("噪声试验");
            string sql = string.Format("update 噪声试验 set 示意图 = '{0}' where groupid = {1}", (string)this.comboBox1.SelectedItem, 当前试验组信息.试验ID);

            数据库操作类.ExcuteSql(sql);
            保存ComBox数据();
            加载ComBox数据();
        }