wpf調用外部線程操做ui方法

private void PageLoad( object o) { _thisWindow = o as Window; Thread t = new Thread( delegate () { _thisWindow.Dispatcher.Invoke( new Action( delegate () { PageLoad(); })); }); t.Start(); } private vo
相關文章
相關標籤/搜索