摘要:
1 //创建一个任务 2 Task task = new Task(() => 3 { 4 int sum = 0; 5 //显示进度条遮照层, 6 this.ShowPrograssBar(); 7 ... 阅读全文
posted @ 2016-04-06 15:24
ants_double
阅读(516)
评论(0)
推荐(0)
摘要:
1 this.chart2.Dispatcher.BeginInvoke(new Action(() => 2 { 3 this.chart2.SetData("Series1", lxs, lys, lzs); 4 })); 阅读全文
posted @ 2016-04-06 15:21
ants_double
阅读(223)
评论(0)
推荐(0)
摘要:
代码如下: 阅读全文
posted @ 2016-04-06 15:19
ants_double
阅读(133)
评论(0)
推荐(0)