WPF異步更新UI的方法

1、經常使用的方法函數 private void timeChangeImage(/*本身決定形參類型*/) { this.Dispatcher.Invoke(new Action(delegate { /*代碼寫在這裏*/ })); } //在線程函數中,
相關文章
相關標籤/搜索