WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/03-node/03-junction/01-coupling/02-elbow/HydroElbowViewModel.cs
@@ -62,6 +62,14 @@ } public override void UpdateVmoProperty() { base.UpdateVmoProperty(); this.Vmo.BendingAngle = this.BendingAngle; this.Vmo.UpdatePropStatus(nameof(this.Vmo.BendingAngle), this, nameof(this.BendingAngle)); this.Vmo.ElbowType = this.ElbowType; this.Vmo.UpdatePropStatus(nameof(this.Vmo.ElbowType), this, nameof(this.ElbowType)); }