bd sync: 2026-01-12 17:07:55

This commit is contained in:
Codex Agent
2026-01-12 17:07:55 +01:00
parent 0a42a1b2cd
commit fc2a14d78d
55 changed files with 190 additions and 2974 deletions

View File

@@ -1,17 +0,0 @@
using Microsoft.UI.Xaml;
namespace PhotoboothUploader;
public partial class App : Application
{
public App()
{
InitializeComponent();
}
protected override void OnLaunched(LaunchActivatedEventArgs args)
{
var window = new MainWindow();
window.Activate();
}
}