Winforms how to get to UI thread without passing context around or using BackgroundWorker

后端 未结 0 1627
南方客
南方客 2021-02-02 09:13

I am fixing a method:

public static void LogOnUIThread(LogMessage message)
{
    SynchronizationContext context = SynchronizationContext.Current ?? new Synchroniz         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题