Winform中简单的控件异步

  var action=new Action(()=>Control.Text="修改文本"); if(Control.InvokeRequired) { Control.BegionInvoke(action); }
相关文章
相关标签/搜索