ThreadPool.QueueUserWorkItem(delegate
    {
        SynchronizationContext.SetSynchronizationContext(new
            System.Windows.Threading.DispatcherSynchronizationContext(Application.Current.Dispatcher));
        SynchronizationContext.Current.Post(pl =>
        {
            //这里写要执行的代码
        }, null);
    });

复制粘贴能跑就行

最后修改:2020 年 02 月 15 日
如果觉得我的文章对你有用,请随意赞赏