Пример #1
0
 private async Task LoadCustomersAsync()
 {
     cmbCustomers.ItemsSource = await SqliteContext.GetCustomerNamesAsync();
 }