modernized picsettings

This commit is contained in:
Marco 2025-07-28 10:22:08 +02:00
commit 63aac7f911
5 changed files with 243 additions and 915 deletions

View file

@ -84,6 +84,7 @@ namespace ImageCatalog_2
services.AddTransient<ImageCreationStuff>();
services.AddSingleton<ParametriSetup>();
services.AddSingleton<PicSettings>();
// Register your forms
services.AddTransient<MainForm>();