【发布时间】:2009-11-10 17:06:40
【问题描述】:
我刚刚写了这段代码:
System.Threading.SynchronizationContext.Current.Post(
state => DoUpdateInUIThread((Abc)state),
abc);
但 System.Threading.SynchronizationContext.Current 为空
【问题讨论】:
标签: c# winforms multithreading synchronizationcontext