Removed old code

This commit is contained in:
Marco 2025-07-28 09:15:45 +02:00
commit af987f840d
12 changed files with 120 additions and 10287 deletions

View file

@ -82,6 +82,8 @@ namespace ImageCatalog_2
services.AddTransient<DataModel>();
services.AddTransient<ImageCreationStuff>();
services.AddSingleton<ParametriSetup>();
// Register your forms
services.AddTransient<MainForm>();