A quick reminder how to concatenate two observable collections:
DeviceList = new ObservableCollection(DeviceList.Concat(DeviceList1));
A quick reminder how to concatenate two observable collections:
DeviceList = new ObservableCollection(DeviceList.Concat(DeviceList1));