2013年1月30日

C# winform进度条

摘要: publicpartialclassForm1:Form {publicForm1() { InitializeComponent(); }privatevoidbutton1_Click(objectsender,EventArgse) {//用子线程工作newSystem.Threading.Thread(newSystem.Threading.ThreadStart(StartDownload)).Start(); }//开始下载publicvoidStartDownload() {Downloaderdownloader =newDownloader(); downloader.onD 阅读全文

posted @ 2013-01-30 17:58 zhengyuan168 阅读(193) 评论(0) 推荐(0)

导航