C#在线程中更新UI

this.BeginInvoke(new Action(() =>
{
    update();  //此处放对UI进行操作的函数
}));

posted on 2021-09-09 21:18  万里驰骋  阅读(317)  评论(0编辑  收藏  举报

导航