From e39f5a762c3401ae38b0c064b10bd4c30effb6e4 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 09 十月 2024 15:14:49 +0800 Subject: [PATCH] 新增单位管理(未完成) --- WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs b/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs index a0ddcdf..5f49dde 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs @@ -25,5 +25,10 @@ /// </summary> public Size SvgImageSize { get; set; } + /// <summary> + /// 鍏佽鍏抽棴 + /// </summary> + public bool AllowClose { get; set; } = true; + } } -- Gitblit v1.9.3