Ejemplo n.º 1
0
 public BorrowGUI()
 {
     circulatedCopy = new CirculatedCopy();
     borrowList = new BorrowList();
 }
Ejemplo n.º 2
0
 public ReturnGUI(BorrowerList brl, BookList bol, BorrowList brl1)
 {
     this.bookList = bol;
     this.borrowerList = brl;
     this.borrowList = brl1;
 }