c# winform 多线程中ShowDialog()步骤无效的解决办法
线程中如果要实现模态对话框:
Form2 form2 = new Form2(); form2.ShowDialog(this);//括号内添加:this