using System.Threading; namespace FastGithub.Windows.Hosting { /// /// WinForm调度器 /// sealed class WinFormDispatcher : IWinFormDispatcher { /// /// 获取或设置同步上下文 /// public SynchronizationContext? SynchronizationContext { get; set; } } }