Migrate photobooth uploader to Avalonia

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

View File

@@ -1,6 +1,11 @@
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using PhotoboothUploader.Models;
namespace PhotoboothUploader.Services;