2011年4月8日

摘要: using System.ComponentModel;using System.Windows;using System.Windows.Controls;namespace SL_BackgroundWorker_CS{ public partial class Page : UserControl { private BackgroundWorker bw = new BackgroundWorker(); public Page() { InitializeComponent(); bw.WorkerReportsProgress = true; bw.WorkerSupportsCa 阅读全文
posted @ 2011-04-08 17:20 Gsun 阅读(368) 评论(0) 推荐(0)

导航