Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng committed Jul 5, 2019
1 parent c3f19a0 commit a3080b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3080b8

Please sign in to comment.