private async void LoadNotesToViewModel()
 {
     var notes = await NotesProcessor.LoadNotes();
 }
Exemple #2
0
 private async Task GetNotes()
 {
     var notes = await NotesProcessor.LoadNotes();
 }