Leo

软件编程技术

导航

WPF异步调用

Posted on 2014-05-11 00:42  Leo(binbin)  阅读(666)  评论(0编辑  收藏  举报

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

点击这里给我发消息