多线程的winform窗体程序在main中使用
```c# Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException);
时报错 只要在线程上创建了任何控件,则线程异常模式将不能再有任何更改。