| | |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class FourLinkSeriesViewModel |
| | | public class AssetsFourlinkSeriesViewModel |
| | | { |
| | | public FourLinkSeriesViewModel() |
| | | public AssetsFourlinkSeriesViewModel() |
| | | { |
| | | } |
| | | |
| | | public FourLinkSeriesViewModel(Vmo.FourLinkSeriesVmo rhs) |
| | | public AssetsFourlinkSeriesViewModel(Vmo.AssetsFourlinkSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(Vmo.FourLinkSeriesVmo rhs) |
| | | public void Reset(Vmo.AssetsFourlinkSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |