コード例 #1
0
 public void showTrans()
 {
     GridViewBookTrans.DataSource = lib.bookTransaction();
     GridViewBookTrans.DataBind();
 }