ningshuxia
2025-03-19 48527dff9c5adda9881cad10fa9dbeecf6f07bed
WinFrmUI/IBox.WinFrmUI/MonitorSignalForm/MonitorGroupEditForm.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 MonitorGroupEditForm : Form
    {
@@ -33,7 +23,7 @@
            };
        }
        /// <summary>
        ///     
        /// </summary>
@@ -51,7 +41,7 @@
        {
            if (this.group == null)
                this.group = new MonitorPointGroup();
            this.group.Name= textEditName.EditValue.ToString();
            this.group.Name = textEditName.EditValue.ToString();
            //this.group.Flags= textEditFlags.EditValue.ToString().Split(',').ToList();
        }