| | |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class ElbowSeriesViewModel |
| | | public class AssetsElbowSeriesViewModel |
| | | { |
| | | public ElbowSeriesViewModel() |
| | | public AssetsElbowSeriesViewModel() |
| | | { |
| | | } |
| | | |
| | | public ElbowSeriesViewModel(Vmo.ElbowSeriesVmo rhs) |
| | | public AssetsElbowSeriesViewModel(Vmo.AssetsElbowSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(Vmo.ElbowSeriesVmo rhs) |
| | | public void Reset(Vmo.AssetsElbowSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |