| | |
| | | using DevExpress.Dialogs.Core.View; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | public partial class XhsProjectSimulationThreelinkMatchingListCtrl : DevExpress.XtraEditors.XtraUserControl |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | 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; |