lu
2024-12-24 2993e61e9d1fbe09884f1ec42307f41df60192e0
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -739,7 +739,6 @@
                if (ctrl is CheckBox)
                {
                    var txt = ctrl as CheckBox;
                    //txt.Checked = false;
                    txt.Enabled = !isEdt;
                }
                if (ctrl is CheckEdit)
@@ -1286,7 +1285,12 @@
                return 1;
            return 0;
        }
        public static bool ToBoole(string str)
        {
            if (str.ToUpper() == "true".ToUpper())
                return true;
            return false;
        }
        public string GetIsNullOrEmpty(string str)
        {
            if (string.IsNullOrEmpty(str.Trim()))