你的位置:首页 > 软件开发 > ASP.net > 最简洁的跨线程控件调用

最简洁的跨线程控件调用

发布时间:2016-04-15 10:00:11
WPFApplication.Current.Dispatcher.Invoke(new Action(() =>{ tbUser.Text = "Branit";}));Winformthis.Invoke(new Action(() =>{ ...

WPF

Application.Current.Dispatcher.Invoke(new Action(() =>{  tbUser.Text = "Branit";}));

原标题:最简洁的跨线程控件调用

关键词:线程

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。