From 5610ef481946ff15d856f65e08b3f25aeaf3e269 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 24 九月 2024 10:54:15 +0800 Subject: [PATCH] 新增曲线设置界面 --- WinFrmUI/Yw.WinFrmUI.Core/11-global/GlobalParas.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/11-global/GlobalParas.cs b/WinFrmUI/Yw.WinFrmUI.Core/11-global/GlobalParas.cs index c780a53..bee34a0 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/11-global/GlobalParas.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/11-global/GlobalParas.cs @@ -5,6 +5,9 @@ /// </summary> public class GlobalParas { - + /// <summary> + /// + /// </summary> + public static Icon AppIcon { get; set; } } } -- Gitblit v1.9.3