Skip to content

Commit

Permalink
Update add-content-to-dialog.md
Browse files Browse the repository at this point in the history
Incorrect views path, should be 
using:Avalonia.MusicStore.Views
instead of 
using:Avalonia.MusicStore
  • Loading branch information
bearyung authored Apr 3, 2024
1 parent 5706acd commit 961f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/music-store-app/add-content-to-dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To add the user control, follow this procedure:

```xml
<Window ...
xmlns:views="using:Avalonia.MusicStore" >
xmlns:views="using:Avalonia.MusicStore.Views" >
```

- Inside the panel element, add an element for new user control:
Expand Down

0 comments on commit 961f090

Please sign in to comment.