摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protocols;using System.Xml.Linq;using System.IO;using System.Configuration;namespace UpDownFile{ /// <summary> /// UpDownSe 阅读全文
posted @ 2011-07-11 16:56 小羽毛的天空 阅读(237) 评论(0) 推荐(0) 编辑
摘要: public string servicepath = ""; public StringBuilder pathstr = new StringBuilder(); private void btnExplo_Click(object sender, EventArgs e) { if (openFileDialog1.ShowDialog() == DialogResult.OK) { textImagePath.Text = openFileDialog1.... 阅读全文
posted @ 2011-07-11 16:24 小羽毛的天空 阅读(952) 评论(0) 推荐(0) 编辑