WPF 调用线程无法访问此对象,因为另一个线程拥有该对象

解决方案:
Dispatcher.Invoke(new Action(delegate{ }));

posted @ 2021-09-13 18:28  microsoft-zhcn  阅读(63)  评论(0编辑  收藏  举报