C# Accessing UI thread in WinForm application without access to a Form/Control without passing SynchronizationContext or using BackgroundWorker

前端 未结 0 1541
走了就别回头了
走了就别回头了 2021-02-02 12:30

Existing static method:

public static void DoXXXOnUIThread(...)
{
    ....
}

which is being called from various parts of a WinForms application o

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