Winform中簡單的控件異步

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