11 lines
187 B
C#
11 lines
187 B
C#
using Avalonia.Controls;
|
|
|
|
namespace LANCommander.Launcher.Views;
|
|
|
|
public partial class SettingsView : UserControl
|
|
{
|
|
public SettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|