lixiaojun
2025-03-01 56226fdae54578cd98a49d7f4848161a1e35bb63
WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/03-factor/ViewAssetsPipeFactorDlg.cs
@@ -23,6 +23,8 @@
            _vmo = vmo;
            this.txtName.EditValue = vmo.Name;
            this.txtMinorLoss.EditValue = vmo.MinorLoss;
            this.txtCaliber.EditValue = vmo.Caliber;
            this.txtMaterial.EditValue = vmo.Material;
            this.txtDescription.EditValue = vmo.Description;
        }
    }