标签:
this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (ThreadStart)delegate { //要执行的代码 });
WPF控件委托
原文地址:http://www.cnblogs.com/fengyie55/p/4394250.html