标签:c# color 委托 method gate gpo red value new
if (txbValue.InvokeRequired)
txbValue.Invoke(new MethodInvoker(delegate() { txbValue.Text = “test”; }));
C# Control.Invoke匿名委托
原文地址:https://www.cnblogs.com/94cool/p/8523845.html