《图书管理系统C++源代码》.docVIP

  • 22
  • 0
  • 约7.52万字
  • 约 50页
  • 2016-12-11 发布于贵州
  • 举报
《图书管理系统C源代码》

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form_BuyAndSale : Form { public Form_BuyAndSale() { InitializeComponent(); } SQL sql; string lastSQL = ; public void show() { listBox1.Items.Clear(); listBox2.Items.Clear(); listBox3.Items.Clear(); if (sql.rows.GetLength(0) != 0) {

文档评论(0)

1亿VIP精品文档

相关文档