摘要: if (txbValue.InvokeRequired) txbValue.Invoke(new MethodInvoker(delegate() { txbValue.Text = “test”; })); 阅读全文
posted @ 2018-03-07 17:39 94cool 阅读(354) 评论(0) 推荐(0)