Application.Current.Dispatcher.BeginInvoke(new Action(() =>
{
}));
注意用Invoke同样会卡死,只能用BeginInvoke
时间: 2024-10-05 11:45:55
Application.Current.Dispatcher.BeginInvoke(new Action(() =>
{
}));
注意用Invoke同样会卡死,只能用BeginInvoke