Shuxia Ning
2024-11-13 208ca42e1c20afafbe48d66259d553ee81eb48ed
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs
@@ -1,4 +1,4 @@
namespace HStation.WinFrmUI.Xhs
namespace HStation.WinFrmUI
{
    public class ThreeLinkSingleMatchingViewModel
    {
@@ -6,13 +6,13 @@
        {
        }
        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>