From 366e8053d77db67dee65a31e3510d14901f14e11 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 16 十一月 2024 15:46:28 +0800 Subject: [PATCH] 解决水流动画显示问题,之后关于水流动画应该不会再更新了 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj index 4b9fa08..707d123 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj @@ -29,13 +29,22 @@ <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.Untity.Core" Version="3.0.1" /> + <PackageReference Include="Yw.Untity.Core" Version="3.0.3" /> </ItemGroup> <ItemGroup> <Compile Update="03-wait\WaitFormStyle.cs"> <SubType>Form</SubType> </Compile> + <Compile Update="09-common\04-search-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\05-search-set-select\GeneralSearchAndSelectCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="11-tree\01-simple\SimpleTreeViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> </ItemGroup> </Project> -- Gitblit v1.9.3