非主线程对控件的赋值等操作会报异常,最简单的方法代码如下:
public Form1() { InitializeComponent(); Control.CheckForIllegalCrossThreadCalls = false; }