点网框架 windows 表单应用程序未使用 `Close();` 或其他函数退出

a dot net framework windows forms app not exiting using `Close();` or other functions

所以我想在没有 X 按钮的情况下关闭应用程序,但它不起作用 我试过了

Close();
Enviroment.Exit(0);
Application.Exit();
Application.ExitThread();

但其中 none 有效。

不是运行。 它的功能有误。