From 83a45507affe4c57449faf6db5b99d4c7276d76e Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期一, 17 三月 2025 14:21:43 +0800
Subject: [PATCH] 修改设施与成套设备关联

---
 WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs b/WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs
index 09cfc87..f7e12c1 100644
--- a/WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs
+++ b/WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs
@@ -1,14 +1,4 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace IBox.WinFrmUI
+锘縩amespace IBox.WinFrmUI
 {
     public partial class AnalyDayForm : Form
     {
@@ -20,7 +10,7 @@
 
         private void simpleButton1_Click(object sender, EventArgs e)
         {
-            this.CurrDateTime= dateEdit1.EditValue.ToString();
+            this.CurrDateTime = dateEdit1.EditValue.ToString();
             DialogResult = DialogResult.OK;
             this.Close();
         }

--
Gitblit v1.9.3