From ca1ccd0dd9f2d6936368f07d14a2b29b309fd151 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 15:59:25 +0800 Subject: [PATCH] 增加单独匹配界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs index e2d423b..4427bc8 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs @@ -16,7 +16,7 @@ this.ModelType = rhs.Name; this.MinorLoss = rhs.MinorLoss; this.Angle = rhs.Angle; - this.ElbowLengthType = rhs.ElbowType; + this.ElbowType = rhs.ElbowType; } /// <summary> @@ -60,7 +60,7 @@ [DisplayName("寮ご绫诲瀷")] [Browsable(true)] - public HStation.Assets.eElbowType? ElbowLengthType { get; set; } + public HStation.Assets.eElbowType? ElbowType { get; set; } /// <summary> /// 瑙掑害 -- Gitblit v1.9.3