Пример #1
0
 private async Task LoadCategoryAsync()
 {
     cbCategory.ItemsSource = await SettingsContext.GetCategory();
 }