예제 #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            dtocthoadon nv = new dtocthoadon(textBox11.Text, textBox10.Text, textBox8.Text);

            try
            {
                buscthoadon bus_nv = new buscthoadon();
                bus_nv.update(nv);
                LoadData2();
                MessageBox.Show("sửa thành công");
            }
            catch
            {
                MessageBox.Show("sửa không thành công");
            }
        }
예제 #2
0
 public void update(dtocthoadon k)
 {
     cv.update(k);
 }