Add vault content navigation

This commit is contained in:
TheXamlGuy
2024-05-06 21:57:03 +01:00
parent ed54c27269
commit bb2194d57c
8 changed files with 97 additions and 18 deletions
@@ -24,9 +24,4 @@ public partial class VaultContentNavigationViewModel(IServiceProvider provider,
private string? description = description;
public IContentTemplate Template { get; set; } = template;
partial void OnSelectedChanged(bool value)
{
throw new NotImplementedException();
}
}