WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/00-core/HydroLossCurvePointVieModel.cs @@ -18,8 +18,8 @@ { this.Code = code; this.Name = name; this.X = x; this.Y = y; this.X = Math.Round(x, 2); this.Y = Math.Round(y, 2); } /// <summary>