private void button1_Click(object sender, EventArgs e) { string result = comboBox1.Text.ToString(); GongShiDao dao = new GongShiDao(); dao.modifyResult(result, groupid); _form1.dataGridView1.DataSource = dao.list(); this.Close(); }