摘要: private void Form1_FormClosing(object sender, FormClosingEventArgs e) { this.WindowState = FormWindowState.Minimized; e.Cancel = true; } 阅读全文
posted @ 2020-08-14 15:02 ppaw 阅读(651) 评论(0) 推荐(0)