摘要:
1 //创建一个任务 2 Task task = new Task(() => 3 { 4 int sum = 0; 5 //显示进度条遮照层, 6 this.ShowPrograssBar(); 7 ... 阅读全文
摘要:
1 this.chart2.Dispatcher.BeginInvoke(new Action(() => 2 { 3 this.chart2.SetData("Series1", lxs, lys, lzs); 4 })); 阅读全文
摘要:
代码如下: 阅读全文