From a3080b812e9d20615f1185b7a0fb9fa41438600a Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Fri, 5 Jul 2019 14:25:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbc6eab..a20d411 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,11 @@ This sample uses the MVVM design pattern, where the XAML code binds to several p ### View and ViewModel [SessionPicker.xaml](AnnotatedAudio/View/SessionPicker.xaml#L25) and [SessionPicker.xaml.cs](AnnotatedAudio/View/SessionPicker.xaml.cs#L25) + This page defines the UI for managing user sessions and is bound to the [SessionPickerViewModel](AnnotatedAudio/ViewModel/SessionPickerViewModel.cs#L25). [SessionViewer.xaml](AnnotatedAudio/View/SessionViewer.xaml#L25) and [SessionViewer.xaml.cs](AnnotatedAudio/View/SessionViewer.xaml.cs#L25). + This page defines the UI for users to record and playback sessions. It is bound to [SessionViewModel.cs](AnnotatedAudio/ViewModel/SessionViewModel.cs#L25). ### Important feature components