namespace Yw.WinFrmUI { /// /// /// public class HydroBluntheadViewModel : HydroCouplingViewModel { /// /// /// public HydroBluntheadViewModel() : base() { } /// /// /// public HydroBluntheadViewModel(Yw.Model.HydroBluntheadInfo rhs) : base(rhs) { this.Vmo = rhs; } /// /// /// public HydroBluntheadViewModel(Yw.Model.HydroBluntheadInfo rhs, HydroCalcuNodeResult calcuResult) : base(rhs, calcuResult) { this.Vmo = rhs; } /// /// /// public new Yw.Model.HydroBluntheadInfo Vmo { get; set; } } }