first commit

This commit is contained in:
andrea
2025-12-17 21:52:28 +01:00
parent 487a38b906
commit 68f5916140
105 changed files with 3518 additions and 0 deletions

11
Views/MainWindow.axaml.cs Normal file
View File

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