Silverlight App中线程同步

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

你可能感兴趣的:(silverlight)