From 7969eef8a3a2aadaf88672e3c2c5354f5f44f802 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 13:49:41 +0800 Subject: [PATCH] 添加工具类 --- DataLoader/DataLoader.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/DataLoader/DataLoader.csproj b/DataLoader/DataLoader.csproj index 5f2a575..5750e0f 100644 --- a/DataLoader/DataLoader.csproj +++ b/DataLoader/DataLoader.csproj @@ -136,6 +136,7 @@ <Compile Include="CS\LogOut.cs" /> <Compile Include="CS\MD5Helper.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" /> -- Gitblit v1.9.3