this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (ThreadStart)delegate
            {
                 //要执行的代码
            });    

 

相关文章: