From 146ca8c7eefe74d3b73c00a73e99e94e903be401 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 06 二月 2025 15:04:21 +0800
Subject: [PATCH] 增加工况管理功能和计算结果自由压力与绝对压力切换

---
 Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs b/Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs
index 1e41401..7d2d390 100644
--- a/Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs
+++ b/Desktop/HStation.DeskTop.Xhs.Main/Func/FuncElement.cs
@@ -1,7 +1,6 @@
 锘縰sing System;
 using System.Collections.Generic;
 using System.Drawing;
-using System.Linq;
 
 namespace HStation.Desktop
 {
@@ -38,7 +37,7 @@
             this.FuncElements = elements;
         }
 
-        public FuncElement(string name, string dllFileName, string controlFullName,   Image img = null)
+        public FuncElement(string name, string dllFileName, string controlFullName, Image img = null)
         {
             this.Id = Guid.NewGuid().ToString();
             this.Name = name;
@@ -48,7 +47,7 @@
             this.Image = img;
             this.IsGroup = false;
         }
- 
+
 
         /// <summary>
         /// 鏍囪瘑

--
Gitblit v1.9.3