| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public override void Update() |
| | | public override void UpdateProperty() |
| | | { |
| | | base.Update(); |
| | | base.UpdateProperty(); |
| | | this.Coefficient = this.Vmo.Coefficient; |
| | | this.UpdatePropStatus(nameof(this.Coefficient), this.Vmo, nameof(this.Vmo.Coefficient)); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public override void UpdateVmoProperty() |
| | | { |
| | | base.UpdateVmoProperty(); |
| | | this.Vmo.Coefficient = this.Coefficient; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.Coefficient), this, nameof(this.Coefficient)); |
| | | } |
| | | |
| | | } |
| | | } |