WPF异步更新UI的方法

1、经常使用的方法函数 private void timeChangeImage(/*本身决定形参类型*/) { this.Dispatcher.Invoke(new Action(delegate { /*代码写在这里*/ })); } //在线程函数中,
相关文章
相关标签/搜索