Silverlight App中线程同步

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

posted @ 2012-12-27 16:16  程序之魂  阅读(127)  评论(0编辑  收藏  举报