/ Published in: C#
Expand |
Embed | Plain Text
this.Invoke(new MethodInvoker(delegate { textBox1.Text = connectedIP + " : " + percent.ToString() + "%"; }));
You need to login to post a comment.
jx_boi on 09/03/10
1 person have marked this snippet as a favorite