forked from Roflin/gamenight
Got Avalonia.Ui working.
This commit is contained in:
17
Gamenight.Ui/Gamenight.Ui/Views/SideBarView.axaml.cs
Normal file
17
Gamenight.Ui/Gamenight.Ui/Views/SideBarView.axaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace Gamenight.Ui.Views;
|
||||
|
||||
public partial class SideBarView : UserControl
|
||||
{
|
||||
public SideBarView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void InitializeComponent()
|
||||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user