摘要: 1 /// 2 /// 导入 3 /// 4 private void btn_In_Click(object sender, EventArgs e) 5 { 6 int i = DataTableToDB(); 7 MessageBox.Show("成功导入" + i + "条商品信息!"); 8 } 9 10 11 12 ... 阅读全文
posted @ 2016-08-30 19:38 涂山吕吕 阅读(1344) 评论(0) 推荐(0) 编辑