duheng
2024-12-05 6ba141fdeed819a8728712241a6a5338aa70940a
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.cs
@@ -1,6 +1,4 @@
using DevExpress.Dialogs.Core.View;
namespace HStation.WinFrmUI
namespace HStation.WinFrmUI
{
    public partial class XhsProjectSimulationThreelinkMatchingListCtrl : DevExpress.XtraEditors.XtraUserControl
    {
@@ -31,7 +29,7 @@
            }
        }
        public List<ThreelinkMatchingViewModel> SetMatching(List<ThreelinkMatchingViewModel> inputs, List<AdaptingManageVmo> alllist)
        public List<ThreelinkMatchingViewModel> SetMatching(List<ThreelinkMatchingViewModel> inputs, List<AssetsThreelinkMainVmo> alllist)
        {
            if (inputs == null || inputs.Count == 0)
                return null;