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