Initial navigaiton work; opening Windows

This commit is contained in:
TheXamlGuy
2024-02-04 22:06:55 +00:00
parent 110ac407f5
commit 43f96fd4f0
19 changed files with 228 additions and 94 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ public partial class SecondaryViewModel :
IMediator mediator,
IDisposer disposer,
int index) : base(serviceFactory, mediator, disposer)
{
{
TemplateFactory = templateFactory;
this.index = index;
this.TemplateFactory = templateFactory;
Add<SettingsButtonViewModel>();
}