Dispatcher.Invoke(new Action(() => { // 执行操作。 }), DispatcherPriority.ContextIdle);
DispatcherPriority.ContextIdle,Background 是显示ui后处理
2023-12-15 10:48:27
Dispatcher.Invoke(new Action(() => { // 执行操作。 }), DispatcherPriority.ContextIdle);
DispatcherPriority.ContextIdle,Background 是显示ui后处理