|
The RandomBorrowerForm displays
the borrowing activity for a particular borrower.
The form will need a reference to that borrower object
so that the myBooks collection information can be accessed.
Instructions
- In the Class Browser, select the RandomBorrowerForm class.
- Select the Properties | Add Reference... menu command.
- Enter myBorrower as the name.
- Select Borrower as the type.
- Click the OK button.
What to do Next?
You will code methods for RandomBorrowerForm and its buttons. |