From 26a983473665818df1c2175476c7858e0fd297d9 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 06 十一月 2024 15:28:47 +0800 Subject: [PATCH] 优化颜色分级 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj index bcc8bed..1d92e77 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj @@ -29,13 +29,16 @@ <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.Untity.Core" Version="3.0.2" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> </ItemGroup> <ItemGroup> <Compile Update="03-wait\WaitFormStyle.cs"> <SubType>Form</SubType> </Compile> + <Compile Update="11-tree\01-simple\SimpleTreeViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> </ItemGroup> </Project> -- Gitblit v1.9.3