标签:
this.Invoke(new Action(() =>
{
}));
this.Dispatcher.Invoke(DispatcherPriority.Normal,
new Action(() =>
//调用主线程
ButtonOkClick(this.msg);
C# 懒人常用异步方法
原文地址:http://www.cnblogs.com/acdyf/p/4952990.html