void FormClosing(object sender, FormClosingEventArgs e) { this.WindowState = FormWindowState.Minimized; e.Cancel = true; }
posted on 2011-12-15 19:58 norsd 阅读(233) 评论(0) 编辑 收藏 举报