More of the service stuff

This commit is contained in:
Michael Jolley
2025-11-15 17:03:12 -06:00
parent 0873dcf341
commit 449c4ec95c
3 changed files with 11 additions and 6 deletions

View File

@@ -74,7 +74,10 @@ public sealed partial class ShellPage : Microsoft.UI.Xaml.Controls.Page,
public event PropertyChangedEventHandler? PropertyChanged;
public ShellPage(ShellViewModel shellViewModel, SettingsModel settingsModel, TopLevelCommandManager topLevelCommandManager)
public ShellPage(
ShellViewModel shellViewModel,
SettingsModel settingsModel,
TopLevelCommandManager topLevelCommandManager)
{
this.InitializeComponent();