[init:] repo

This commit is contained in:
2026-02-09 17:23:01 +01:00
parent 0785176e09
commit 61af0286eb
7 changed files with 157 additions and 0 deletions

11
MainWindow.axaml.cs Normal file
View File

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