2015年4月5日

WPF控件委托

摘要: this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (ThreadStart)delegate { //要执行的代码 }); 阅读全文

posted @ 2015-04-05 16:01 坐看疯云 阅读(1146) 评论(0) 推荐(0) 编辑

导航