WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/13-pressmeter/SetHydroPressmeterDlg.cs
@@ -38,7 +38,7 @@ var meter = _allParterList.First(); this.txtElev.EditValue = meter.Elev; this.txtMinorLoss.EditValue = meter.MinorLoss; this.txtCurrentPress.EditValue = meter.CurrentPress; //this.txtCurrentPress.EditValue = meter.CurrentPress; } } @@ -71,7 +71,7 @@ { x.Elev = elev; x.MinorLoss = minorLoss; x.CurrentPress = currentPress; //x.CurrentPress = currentPress; }); this.ReloadDataEvent?.Invoke(_allParterList); this.DialogResult = DialogResult.OK;