摘要: WinForm中操作: // 遍历并关闭所有子窗口 FormCollection childCollection = Application.OpenForms; for (int i = childCollection.Count; i-- > 0;) { if (childCollection[ 阅读全文
posted @ 2024-05-21 16:01 龙骑科技 阅读(88) 评论(0) 推荐(0)