示例#1
0
        private void btnLuu_Click(object sender, EventArgs e)
        {
            DonViTinh kq = ChuyenSangDTO();

            XL_DONVITINH.SuaDonViTinh(kq);
            XtraMessageBox.Show("Lưu thành công", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
            this.Close();
        }