CineBook Projekt hinzugefügt

This commit is contained in:
2026-03-12 14:28:52 +01:00
commit b6357c9b8a
33 changed files with 2857 additions and 0 deletions

5
App.xaml.cs Normal file
View File

@@ -0,0 +1,5 @@
using System.Windows;
namespace CineBook;
public partial class App : Application { }