Invoking WPF Dispatcher with anonymous method

前端 未结 4 1413
北海茫月
北海茫月 2021-01-17 22:38

I just realized in a C# .Net 4.0 WPF background thread that this doesn\'t work (compiler error):

Dispatcher.Invoke(DispatcherPriority.Normal, delegate()
{
           


        
4条回答
提交回复
热议问题