Example #1
0
 private void RenderNotes()
 {
     notesContainer.ItemsSource = engin.GetNotes();
 }