WPF 异步调用

次线程不能直接修改主线程UI的界面,须要使用如下方法this 方法1:spa this.Dispatcher.Invoke(DispatcherPriority.Normal, new Action(() => {
相关文章
相关标签/搜索