Game management

This commit is contained in:
2026-05-06 10:19:19 +02:00
parent 89c7f5a233
commit f72735197d
4 changed files with 444 additions and 0 deletions
@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace TournamentOrganizer.Views;
public partial class GamesView : UserControl
{
public GamesView()
{
InitializeComponent();
}
}