using CommunityToolkit.Mvvm.ComponentModel; using UICommon.DataType; namespace GlobalData; public partial class DeviceCollection : ObservableObject { public ObservableDictionary DeviceList { get; } = []; public ObservableDictionary DeviceDataList { get; } = []; }