Ejemplo n.º 1
0
 public void LoadNotes()
 {
     Notes = new ObservableCollection <Note>(_notesManager.GetNotes());
 }