| | |
| | | /// </summary> |
| | | public event Action<string> RowClickEvent; |
| | | |
| | | public void SetBindingData(List<ElbowsMatchingViewModel> elbowsMatchingViewModels) |
| | | public void SetBindingData(List<ElbowMatchingViewModel> elbowsMatchingViewModels) |
| | | { |
| | | if (elbowsMatchingViewModels != null) |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | public List<ElbowsMatchingViewModel> SetMatching(List<ElbowsMatchingViewModel> inputs, List<AdaptingManageVmo> alllist) |
| | | public List<ElbowMatchingViewModel> SetMatching(List<ElbowMatchingViewModel> inputs, List<AdaptingManageVmo> alllist) |
| | | { |
| | | if (inputs == null || inputs.Count == 0) |
| | | return null; |