コード例 #1
0
ファイル: WinLogic.cs プロジェクト: Rourss/CsharpExercise
 public bool ReturnBook(string bookid)
 {
     return(borrow.ReturnBook(bookid));
 }