if (txbValue.InvokeRequired)
txbValue.Invoke(new MethodInvoker(delegate() {
txbValue.Text = “test”;
}));
原文地址:https://www.cnblogs.com/94cool/p/8523845.html
时间: 2024-11-09 00:33:12
if (txbValue.InvokeRequired)
txbValue.Invoke(new MethodInvoker(delegate() {
txbValue.Text = “test”;
}));
原文地址:https://www.cnblogs.com/94cool/p/8523845.html