duheng
2025-03-17 83a45507affe4c57449faf6db5b99d4c7276d76e
WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/AnalyDayForm.cs
@@ -1,14 +1,4 @@
using 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
namespace 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();
        }