Пример #1
0
 private async Task LoadIssueByTitleAsync()
 {
     cmbIssueTitle.ItemsSource = await SqliteContext.GetIssuesByTitleAsync();
 }