duheng
2024-12-19 28d474c0ced6aac286927108e2fb2d42d16d2070
WinFrmUI/HStation.WinFrmUI.Assets.Core/00-core/AssetsMainSvgImageHelper.cs
@@ -365,5 +365,21 @@
        }
        private static SvgImage _factor = null;
        /// <summary>
        /// 曲线
        /// </summary>
        public static SvgImage Curve
        {
            get
            {
                if (_curve == null)
                {
                    _curve = SvgImage.FromStream(new MemoryStream(HStation.WinFrmUI.Assets.Core.Properties.Resources.curve));
                }
                return _curve;
            }
        }
        private static SvgImage _curve = null;
    }
}