lu
2024-12-19 8fe5fc7c9e254d8b5c846bd2da8d8fd0f22f1e63
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -1106,6 +1106,13 @@
                tabControl.SelectedTabPageIndex = 1;
                return;
            }
            if (action == 5)
            {
                tabControl.TabPages[0].PageEnabled = true;
                tabControl.TabPages[1].PageEnabled = true;
                tabControl.SelectedTabPageIndex = 1;
                return;
            }
        }
        /// <summary>
@@ -1357,7 +1364,6 @@
                    }
                }
            }
            return "";
        }