duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs
@@ -1,18 +1,18 @@
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>