namespace Yw.WinFrmUI { /// /// /// public class HydroBluntheadBulkSetViewModel : HydroCouplingBulkSetViewModel { /// /// /// public HydroBluntheadBulkSetViewModel() : base() { } /// /// /// public HydroBluntheadBulkSetViewModel(Yw.Model.HydroBluntheadInfo rhs) : base(rhs) { this.Vmo = rhs; } /// /// /// public new Yw.Model.HydroBluntheadInfo Vmo { get; set; } } }