From 769413fc5ff52240f001fb4bcfcca21728fb275a Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期四, 25 四月 2024 09:38:19 +0800
Subject: [PATCH] WebApi 整理

---
 WebApi/IStation.Service.Core/7-utils/3-epanet/Network/IO/Input/InpParser.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/WebApi/IStation.Service.Core/7-utils/3-epanet/Network/IO/Input/InpParser.cs b/WebApi/IStation.Service.Core/7-utils/3-epanet/Network/IO/Input/InpParser.cs
index 61b4f67..b1a341f 100644
--- a/WebApi/IStation.Service.Core/7-utils/3-epanet/Network/IO/Input/InpParser.cs
+++ b/WebApi/IStation.Service.Core/7-utils/3-epanet/Network/IO/Input/InpParser.cs
@@ -1,11 +1,7 @@
-using IStation.Epanet.Enums;
+锘縰sing IStation.Epanet.Enums;
 using IStation.Epanet.Log;
 using IStation.Epanet.Network.Structures;
 using IStation.Epanet.Util;
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Text;
 
 namespace IStation.Epanet.Network.IO.Input
 {
@@ -46,7 +42,7 @@
                 using (FileStream fs = File.OpenRead(fileName))
                 {
                     //Parse demands and time patterns first
-                    //首先解析需求和时间模式
+                    //棣栧厛瑙f瀽闇�姹傚拰鏃堕棿妯″紡
                     ParsePc(fs);
                     fs.Position = 0;
                     Parse(fs);

--
Gitblit v1.9.3