Exemplo n.º 1
0
        private void button19_Click(object sender, EventArgs e)
        {
            dtohangsx MT = new dtohangsx(textBox13.Text, textBox12.Text);

            try
            {
                bushangsx bus_mt = new bushangsx();
                bus_mt.update(MT);
                LoadData3();
                MessageBox.Show("sửa thành công");
            }
            catch
            {
                MessageBox.Show("sửa không thành công");
            }
        }