摘要: using System;using System.Data;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { DataTabl... 阅读全文
posted @ 2013-12-14 23:42 XE2011 阅读(222) 评论(0) 推荐(0)