[init:] project

This commit is contained in:
Elias Fierke
2025-06-29 13:21:27 +02:00
commit 8ee0cdd93c
13 changed files with 1817 additions and 0 deletions

11
MainWindow.axaml.cs Normal file
View File

@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace Logof_Client;
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}