qin
2025-03-20 00ab1b5282ada6ffdc78b3dd46f0ce08726a51e6
WinFrmUI/Yw.WinFrmUI.Hydro.Core/00-core/05-extensions/DictionaryExtensions.cs
@@ -14,6 +14,10 @@
            {
                return default;
            }
            if (string.IsNullOrEmpty(key))
            {
                return default;
            }
            if (dict.ContainsKey(key))
            {
                return dict[key];