optimizations
This commit is contained in:
parent
1b78b245d1
commit
b98623f092
5 changed files with 97 additions and 62 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System.Runtime.InteropServices;
|
||||
using ImageCatalog;
|
||||
using ImageCatalog_2.Services;
|
||||
using MaddoShared;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
|
|
@ -80,6 +81,8 @@ namespace ImageCatalog_2
|
|||
|
||||
services.AddTransient<DataModel>();
|
||||
|
||||
services.AddTransient<ImageCreationStuff>();
|
||||
|
||||
// Register your forms
|
||||
services.AddTransient<MainForm>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue