摘要: 方法1: button1.Enabled = false; TaskScheduler uiContext = TaskScheduler.FromCurrentSynchronizationContext(); Task t = Task.Factory.StartNew(async () => 阅读全文
posted @ 2020-06-30 12:54 森林王子 阅读(3069) 评论(0) 推荐(3)