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