using System.Collections.ObjectModel; namespace ServerManagerTool.Plugin.Discord { public class ComboBoxItemList : ObservableCollection { public ComboBoxItemList() { } } }