摘要: wpf,新建异步方法: this.Dispatcher.Invoke(new Action(delegate() { tbMessage.text = "呵呵呵"})); 获取当前调度线程中的主线程; 注意事项,不要把异步的方法体下载主线程中; 阅读全文
posted @ 2016-08-01 11:15 五好青年,勇往直前 阅读(401) 评论(0) 推荐(0)