| | |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class NozzleSeriesViewModel |
| | | public class AssetsNozzleSeriesViewModel |
| | | { |
| | | public NozzleSeriesViewModel() |
| | | public AssetsNozzleSeriesViewModel() |
| | | { |
| | | } |
| | | |
| | | public NozzleSeriesViewModel(Vmo.NozzleSeriesVmo rhs) |
| | | public AssetsNozzleSeriesViewModel(Vmo.AssetsNozzleSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(Vmo.NozzleSeriesVmo rhs) |
| | | public void Reset(Vmo.AssetsNozzleSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |