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; } }