iFong

 

2012年5月15日

图书检索的简单编程

摘要: 直接上代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;using System.Linq; using System.Text;using System.Windows.Forms;using System.Data.SqlClient;namespace LibrarySystem{ public partial class BookSearch : Form { public BookSearch()... 阅读全文

posted @ 2012-05-15 12:23 iFong 阅读(482) 评论(2) 推荐(1)

导航