Exemple #1
0
 protected override IEnumerable <ComboBoxItem> GetItems()
 => ServiceHelpers.GetAllServices().Select(s => s.ServiceName).Select(s => new ComboBoxItem(s));