From 2d2cfdcbf7714d1f78f5c084e74b0e84b4e74f76 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 14:29:17 +0800 Subject: [PATCH] 合并通用的方法 --- DataLoader/DataLoader.csproj | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DataLoader/DataLoader.csproj b/DataLoader/DataLoader.csproj index 5750e0f..ca386db 100644 --- a/DataLoader/DataLoader.csproj +++ b/DataLoader/DataLoader.csproj @@ -135,11 +135,12 @@ <Compile Include="CS\Importor.cs" /> <Compile Include="CS\LogOut.cs" /> <Compile Include="CS\MD5Helper.cs" /> + <Compile Include="CS\MetaHelper.cs" /> <Compile Include="CS\StaticData.cs" /> <Compile Include="CS\Tools.cs" /> <Compile Include="Model\Tool.cs" /> <Compile Include="CS\ModelHandler.cs" /> - <Compile Include="Model\NtstWeb.cs" /> + <Compile Include="CS\NtstWeb.cs" /> <Compile Include="CS\PostgreHelper.cs" /> <Compile Include="Model\ViewData.cs" /> <Compile Include="LoginWin.xaml.cs"> -- Gitblit v1.9.3