From 4446901f8ecde9b6e593d871465e89662ad58965 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 10:06:58 +0800 Subject: [PATCH] 修改单独匹配命名 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs index 8fbac12..7c4b91e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingleMatchingViewModel.cs @@ -1,12 +1,12 @@ 锘縩amespace HStation.WinFrmUI { - public class ThreeLinkSingleMatchingViewModel + public class ThreelinkSingleMatchingViewModel { - public ThreeLinkSingleMatchingViewModel() + public ThreelinkSingleMatchingViewModel() { } - public ThreeLinkSingleMatchingViewModel(Vmo.AssetsThreelinkMainVmo rhs) + public ThreelinkSingleMatchingViewModel(Vmo.AssetsThreelinkMainVmo rhs) { this.Caliber = rhs.Caliber; this.ID = rhs.ID; -- Gitblit v1.9.3