博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
摘要: 阅读全文
posted @ 2016-04-06 15:40 ants_double 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 前台: 后台: 应用: 阅读全文
posted @ 2016-04-06 15:34 ants_double 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 如下: 阅读全文
posted @ 2016-04-06 15:27 ants_double 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 1 //创建一个任务 2 Task task = new Task(() => 3 { 4 int sum = 0; 5 //显示进度条遮照层, 6 this.ShowPrograssBar(); 7 ... 阅读全文
posted @ 2016-04-06 15:24 ants_double 阅读(494) 评论(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 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 阅读全文
posted @ 2016-04-06 15:19 ants_double 阅读(122) 评论(0) 推荐(0) 编辑