2020年8月8日
摘要: 防止用户手动关闭窗体: if ((e.CloseReason & System.Windows.Forms.CloseReason.UserClosing) == System.Windows.Forms.CloseReason.UserClosing) e.Cancel = true; 阅读全文
posted @ 2020-08-08 16:32 z5337 阅读(279) 评论(0) 推荐(0)