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/SimulationThreelinkSingleMatchingDlg.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/SimulationThreelinkSingleMatchingDlg.cs similarity index 83% rename from WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs rename to WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/SimulationThreelinkSingleMatchingDlg.cs index 01fcbf7..0c0dcb3 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/ThreeLinkSingMatchingDlg.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/01-threelinksinglematching/SimulationThreelinkSingleMatchingDlg.cs @@ -1,8 +1,8 @@ 锘縩amespace HStation.WinFrmUI { - public partial class ThreeLinkSingMatchingDlg : DevExpress.XtraEditors.XtraForm + public partial class SimulationThreelinkSingleMatchingDlg : DevExpress.XtraEditors.XtraForm { - public ThreeLinkSingMatchingDlg() + public SimulationThreelinkSingleMatchingDlg() { InitializeComponent(); this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; -- Gitblit v1.9.3