每当我尝试运行程序时,例如,
如果我必须运行"frmphonebook"所以
Application.Run(new frmphonebook());
Run Code Online (Sandbox Code Playgroud)
我键入但是当我运行它时它会运行另一个表单,它会发生在每个表单中,它显示输出为
The thread 'vshost.RunParkingWindow' (0x63c) has exited with code 0 (0x0).
The thread '<No Name>' (0xb24) has exited with code 0 (0x0).
Run Code Online (Sandbox Code Playgroud)
怎么解决这个?