[file:] changed structure

This commit is contained in:
Elias Fierke
2025-06-30 23:20:16 +02:00
parent 567472a8dc
commit a283e86553
24 changed files with 397 additions and 742 deletions

View File

@@ -1,4 +1,5 @@
using Avalonia.Controls;
using Avalonia.Interactivity;
namespace Logof_Client;
@@ -8,4 +9,9 @@ public partial class MainWindow : Window
{
InitializeComponent();
}
private void MnuExit_OnClick(object? sender, RoutedEventArgs e)
{
throw new System.NotImplementedException();
}
}