解决异步回调方法中,初始化Cef时WPF界面卡死的问题

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

                            }));

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

posted @ 2017-08-07 16:09  莫欺  阅读(893)  评论(0编辑  收藏  举报