- DialogResult dr = MessageBox.Show(" 您确定要退出吗?", "退出确认", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
-
-
- if (dr == DialogResult.Yes) //如果单击“是”按钮
- {
-
-
- q.Cancel = false; //关闭窗体
-
-
- }
-
-
- else //如果单击“否”按钮
- {
-
-
- q.Cancel = true; //不执行操作
-
-
- }

![[手游] 三网H5小游戏【少年仙路】WIN系服务端+Linux手工服务端+详细搭建教程](https://cdn.jxasp.com:9143/image/20260615/136BC33AA47EB0D84E878835A8B38FDB.png)

















