Application.Current.Dispatcher.BeginInvoke(new Action(() =>
                            {

                            }));

 注意用Invoke同样会卡死,只能用BeginInvoke

相关文章:

  • 2021-08-13
  • 2022-12-23
  • 2021-08-27
  • 2021-07-12
猜你喜欢
  • 2021-09-29
  • 2022-12-23
  • 2022-01-20
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案