Пример #1
0
 public ucDialogReNewBooks(ucDialogBill ucBooksDialog)
 {
     InitializeComponent();
     this.pmBLL               = new PhieuMuonBLL();
     this.tlBll               = new TaiLieuBLL();
     this.ucBooksDialog       = ucBooksDialog;
     this.selectBookHistoryId = ucBooksDialog.SelectBookHistoryId;
     setInfoDialog(selectBookHistoryId);
 }
Пример #2
0
 public ucDialogBill(ucManagerMember ucManagerMember)
 {
     InitializeComponent();
     this.UcManagerMember = ucManagerMember;
     this.memberId        = ucManagerMember.IdMemberSelect;
     this.pmBLL           = new PhieuMuonBLL();
     this.pm    = new PhieuMuonDb();
     this.bdBll = new MemberBLL();
     setDataInfo(memberId);
 }