111,126
社区成员
发帖
与我相关
我的任务
分享new System.Threading.Thread((System.Threading.ThreadStart)delegate
{
Application.Run(new Form());
}).Start();
this.Close();
...
Form1实例.Close();
if ( Form2能打开 )
{
Application.Run( Form2实例 );
}