duheng
2024-11-08 5af88720773df7be98372ff8bce0acffa5dffb73
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));
        }