this.Invoke((MethodInvoker)delegate {
txtResult.Text = sbd.ToString(); // runs on UI thread
});
posted on 2015-05-14 21:52 Coding让生活更美好 阅读(143) 评论(0) 收藏 举报


























this.Invoke((MethodInvoker)delegate {
txtResult.Text = sbd.ToString(); // runs on UI thread
});
posted on 2015-05-14 21:52 Coding让生活更美好 阅读(143) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。