摘要: public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { DataTable dt = new DataTable("cart"); DataColumn dc1 = new DataColumn("areaid", Type.GetType("System.String")); DataColumn dc2 = new Da 阅读全文
posted @ 2012-11-16 20:30 曲终人散xwz 阅读(556) 评论(0) 推荐(0)