Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: fix add-content-to-dialog.md
Fix namespace
  • Loading branch information
draptik authored Mar 30, 2024
commit c88bd0d82ca8940b343724fa89ebb595f16d4461
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