Beispiel #1
0
 private void btn_HoanThanh_Click_1(object sender, EventArgs e)
 {
     if (HoaDonBUS.Instance.CapNhapTrangThai(int.Parse(MHDangNhap.pTaiKhoan)) == true)
     {
         MessageBox.Show("Đơn hàng đã được xác nhận!");
         MHThongTinHD_KH mhtthdkh = new MHThongTinHD_KH();
         this.Hide();
         mhtthdkh.Show();
     }
     else
     {
         MessageBox.Show("Đã xảy ra lỗi!");
     }
 }
Beispiel #2
0
 private void btn_DongY_Click_1(object sender, EventArgs e)
 {
     if (HoaDonBUS.Instance.CapNhapTrangThai(int.Parse(MHDangNhap.pTaiKhoan)) == true)
     {
         MessageBox.Show("Bạn đã thanh toán thành công!");
         MHThongTinHD_KH mhtthdkh = new MHThongTinHD_KH();
         this.Hide();
         mhtthdkh.Show();
     }
     else
     {
         MessageBox.Show("Đã xảy ra lỗi!");
     }
 }