| | |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class ThreeLinkSeriesViewModel |
| | | public class AssetsThreelinkSeriesViewModel |
| | | { |
| | | public ThreeLinkSeriesViewModel() |
| | | public AssetsThreelinkSeriesViewModel() |
| | | { |
| | | } |
| | | |
| | | public ThreeLinkSeriesViewModel(Vmo.ThreeLinkSeriesVmo rhs) |
| | | public AssetsThreelinkSeriesViewModel(Vmo.AssetsThreelinkSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(Vmo.ThreeLinkSeriesVmo rhs) |
| | | public void Reset(Vmo.AssetsThreelinkSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |