lixiaojun
2025-01-20 6e1306ab578ed1ad79fc33b0bb7e496b897bf4a4
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;
        }
    }