摘要: 操作类using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { Customer c; public Form1() { ... 阅读全文
posted @ 2013-10-22 17:00 Asa.Zhu 阅读(170) 评论(0) 推荐(0) 编辑