Wire up secondary commands for settings etc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Hyperbar.Windows;
|
||||
|
||||
public sealed partial class SettingsButtonView :
|
||||
UserControl
|
||||
{
|
||||
public SettingsButtonView() =>
|
||||
this.InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user