public void InitAll()
 {
     InitializeComponent();
     bllPTHBH = new BllPhieuTraHangBaoHanh();
     bllPTNBH = new BllPhieuTiepNhanBaoHanh();
     Load += frmPhieuTraHangBaoHanh_Load;
 }
        public void InitAll()
        {
            InitializeComponent();

            dgvDetailWarranty.ClearSelection();

            bllPTNBH = new BllPhieuTiepNhanBaoHanh();
            bllCTPTNBH = new BllChiTietPhieuTiepNhanBaoHanh();
            Load += frmPhieuTiepNhanBaoHanh_Load;
            nbudQuanlity.TextChanged += NbudQuanlity_TextChanged;
        }
 public PrintPhieuTraHangBaoHanh()
 {
     InitializeComponent();
     bllPTNBH = new BllPhieuTiepNhanBaoHanh();
 }