- 210
- 0
- 约 50页
- 2016-08-04 发布于贵州
- 举报
图书管理系统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)