WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveCoefficientViewModel.cs
@@ -1,13 +1,11 @@ using System.ComponentModel; namespace HStation.WinFrmUI namespace HStation.WinFrmUI { public class ValveCoefficientViewModel { public ValveCoefficientViewModel() { } public ValveCoefficientViewModel(Vmo.AssetsValveCoefficientVmo rhs) public ValveCoefficientViewModel(Vmo.AssetsValveFactorVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name;