阅读背景:

MethodInvoker vs . Control.BeginInvoke方法

来源:互联网 

Which is more correct and why?

哪个更正确,为什么?

Control.BeginInvoke(new Action(DoSomething), null);

private void DoSomething()
{
    MessageBox.Show("What a great post");
}
C



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: