首页 新闻 会员 周边
3
回答数

回答被采纳 对WinForm控件取值,牵扯跨线程的问题吗?

比如在非UI线程中取控件值: bool check = checkBox2.Checked; 这样的语句对吗? 还是说必须: bool check =true; checkBox2.Invoke(ne