Wire up secondary commands for settings etc

This commit is contained in:
TheXamlGuy
2024-02-04 15:06:17 +00:00
parent 731cf3cdf3
commit e0a630f82b
10 changed files with 85 additions and 24 deletions
@@ -0,0 +1,10 @@
using Microsoft.UI.Xaml.Controls;
namespace Hyperbar.Windows;
public sealed partial class SettingsButtonView :
UserControl
{
public SettingsButtonView() =>
this.InitializeComponent();
}