duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
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<ThreeLinkMainVmo> alllist)
        public List<ThreelinkMatchingViewModel> SetMatching(List<ThreelinkMatchingViewModel> inputs, List<AssetsThreelinkMainVmo> alllist)
        {
            if (inputs == null || inputs.Count == 0)
                return null;