Silverlight App中线程同步

 Deployment.Current.Dispatcher.BeginInvoke(delegate
                        {
                           
                            Application.Current.RootVisual = new MainPage();
                        });

原文地址:https://www.cnblogs.com/zhangxin1989/p/2835915.html