Ejemplo n.º 1
0
 public Form2(BookAdmin bookManage, int bookrowItem)
 {
     InitializeComponent();
     this.bookManage  = bookManage;
     this.bookrowItem = bookrowItem;
     book             = bookDAO.selectBook(bookrowItem);
 }