Ejemplo n.º 1
0
 private void lendButton_Click(object sender, EventArgs e)//借阅
 {
     BookShelfService.LendBook(currentBook, currentClient);
 }