05 2016 档案

摘要:private void button1_Click(object sender, EventArgs e) { WebClient webclient = new WebClient(); webclient.Proxy = null; webclient.Encoding = Encoding.UT... 阅读全文
posted @ 2016-05-29 22:12 lunawzh 阅读(784) 评论(0) 推荐(0)
摘要:对一个文本框添加拖拽功能: 阅读全文
posted @ 2016-05-23 16:09 lunawzh 阅读(1102) 评论(0) 推荐(0)