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