lixiaojun
2025-01-15 b2b2686f9c49e9ce7c27fffaf76347b38f03f0aa
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];