Added SelectFilesHandler

This commit is contained in:
TheXamlGuy
2024-09-29 19:15:00 +01:00
parent 39f4e28f29
commit e321da7035
3 changed files with 23 additions and 0 deletions
@@ -141,6 +141,7 @@ public static class IServiceCollectionExtensions
services.AddHandler<WriteClipboardHandler>();
services.AddHandler<SelectFoldersHandler>();
services.AddHandler<SelectFilesHandler>();
services.AddHandler<ClassicDesktopStyleApplicationHandler>(nameof(IClassicDesktopStyleApplicationLifetime));
services.AddHandler<SingleViewApplicationHandler>(nameof(ISingleViewApplicationLifetime));
@@ -174,6 +175,7 @@ public static class IServiceCollectionExtensions
services.AddHandler<WriteClipboardHandler>();
services.AddHandler<SelectFoldersHandler>();
services.AddHandler<SelectFilesHandler>();
services.AddHandler<ContentControlHandler>(nameof(ContentControl));
services.AddHandler<FrameHandler>(nameof(Frame));