WPF 跨界面调用程序

this.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (System.Threading.ThreadStart)delegate()
{
sErr = App.RT_MainWindow.PR_Viewer.Load_Model_And_Find(true);

});

原文地址:https://www.cnblogs.com/dxmfans/p/9434909.html