11 lines
206 B
C#
11 lines
206 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Hyperbar.Windows;
|
|
|
|
public sealed partial class SettingsButtonView :
|
|
UserControl
|
|
{
|
|
public SettingsButtonView() =>
|
|
this.InitializeComponent();
|
|
}
|