[file:] added new window for splash screen

This commit is contained in:
Elias Fierke
2025-10-09 11:22:17 +02:00
parent b4430ae424
commit d02d5199c3
2 changed files with 31 additions and 0 deletions

13
StartupWindow.axaml.cs Normal file
View File

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