Migrate photobooth uploader to Avalonia

This commit is contained in:
Codex Agent
2026-01-12 17:20:35 +01:00
parent 6fe363640f
commit 75a9bcee12
15 changed files with 141 additions and 100 deletions

View File

@@ -1,5 +1,9 @@
using System;
using System.Net.Http;
using System.Net.Http.Json;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using PhotoboothUploader.Models;
namespace PhotoboothUploader.Services;