[feat:] forgot to git-add the wiki source files... here they are
This commit is contained in:
17
Wiki/EditorWindow.axaml.cs
Normal file
17
Wiki/EditorWindow.axaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Logof_Client.Wiki;
|
||||
|
||||
public partial class EditorWindow : Window
|
||||
{
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Avalonia.Markup.Xaml.AvaloniaXamlLoader.Load(this);
|
||||
}
|
||||
|
||||
public EditorWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user