Właśnie napisał ten kod:Dlaczego SynchronizationContext.Current null w mojej aplikacji WinForm?
System.Threading.SynchronizationContext.Current.Post(
state => DoUpdateInUIThread((Abc)state),
abc);
ale System.Threading.SynchronizationContext.Current jest null
Nicea obejście! – psulek