1
wei
2021-06-06 831d75f92e2e828a04ea096247e729b44852c1ed
HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs
@@ -2,6 +2,7 @@
using System;
using Shared;
using HDL_ON.Entity;
using System.Text.RegularExpressions;
namespace HDL_ON.UI
{
@@ -36,7 +37,7 @@
                    {
                        function.name = name;
                        btnFunctionName.Text = name;
                        function.SaveFunctionData(true);
                        function.UpdataFuncitonInfo();
                    }
                };
                new PublicAssmebly().LoadDialog_EditParater(StringId.ChangeName, function.name, callBackAction,StringId.DeviceNameCannotBeEmpty,0,new System.Collections.Generic.List<string>());