摘要: 导入数据//导入按钮 private void btnImport_Click(object sender, EventArgs e) { string[] filepaths = addDataFile.getFilePath(); if (filepaths == null) return; try { foreach (string filepath in filepaths) { ... 阅读全文
posted @ 2013-04-17 16:54 lichen辰 阅读(71) 评论(0) 推荐(0) 编辑