| | |
| | | namespace HStation.WinFrmUI.Xhs |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | public class ThreeLinkSingleMatchingViewModel |
| | | public class ThreelinkSingleMatchingViewModel |
| | | { |
| | | public ThreeLinkSingleMatchingViewModel() |
| | | public ThreelinkSingleMatchingViewModel() |
| | | { |
| | | } |
| | | |
| | | public ThreeLinkSingleMatchingViewModel(Vmo.ThreeLinkMainVmo rhs) |
| | | public ThreelinkSingleMatchingViewModel(Vmo.AssetsThreelinkMainVmo rhs) |
| | | { |
| | | this.Caliber = rhs.Caliber; |
| | | this.ID = rhs.ID; |
| | | this.Material = rhs.MaterialName; |
| | | this.Material = rhs.Material; |
| | | this.ModelType = rhs.Name; |
| | | this.MinorLoss = rhs.Coefficient; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | } |
| | | |
| | | /// <summary> |