Example #1
0
 private void btnPhieuThu_Click(object sender, EventArgs e)
 {
     try
     {
         if (quyDinhBLL.CapNhatPhieuThu((float)numUDLaiSuat.Value, (float)numUDPhanTramHoaDonGiaHan.Value))
         {
             MessageBox.Show("Thay đổi phiếu thu thành công");
         }
         else
         {
             MessageBox.Show("Thay đổi phiểu thu thất bại");
         }
     }
     catch
     {
     }
 }