namespace Yw.WinFrmUI { /// /// 闷头视图 /// public class HydroBluntheadViewModel : HydroCouplingViewModel { /// /// /// public HydroBluntheadViewModel() : base() { } /// /// /// public HydroBluntheadViewModel(Yw.Model.HydroBluntheadInfo rhs, Yw.Model.HydroModelInfo hydroInfo) : base(rhs, hydroInfo) { this.Vmo = rhs; } /// /// /// [Browsable(false)] public new Yw.Model.HydroBluntheadInfo Vmo { get; set; } } }