首页 > 代码库 > WPF异步调用

WPF异步调用

this.Dispatcher.BeginInvoke(new Action(()=> this.textBlock1.Text = DateTime.Now.ToString("HH:mm:ss fff"); }));