From ecac1f13b6d1ad22b69687197ee49836d3a84220 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期一, 17 三月 2025 09:28:01 +0800
Subject: [PATCH] 禁用程序集null引用

---
 WinFrmUI/IBox.WinFrmUI/Model/CalcValue.cs |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/IBox.WinFrmUI/Model/CalcValue.cs b/WinFrmUI/IBox.WinFrmUI/Model/CalcValue.cs
index b97c224..8e16053 100644
--- a/WinFrmUI/IBox.WinFrmUI/Model/CalcValue.cs
+++ b/WinFrmUI/IBox.WinFrmUI/Model/CalcValue.cs
@@ -1,15 +1,9 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace IBox.WinFrmUI
+锘縩amespace IBox.WinFrmUI
 {
     public class CalcValue : System.ICloneable
     {
         public CalcValue() { }
-        public CalcValue(CalcValue rhs) 
+        public CalcValue(CalcValue rhs)
         {
             this.CalcSuccess = rhs.CalcSuccess;
             this.TargetFlow = rhs.TargetFlow;
@@ -26,7 +20,7 @@
         /// <summary>
         /// 鎺у埗妯″紡锛�1锛氳瀹氬帇鍔涙帶鍒讹紝2锛氳瀹氬紑娉垫柟妗堟帶鍒�
         /// </summary>
-        public string ControlType { get; set;}
+        public string ControlType { get; set; }
 
         public double TargetFlow { get; set; }
 

--
Gitblit v1.9.3