inject the widget assembly into the IoC as we are going to need it further in

This commit is contained in:
TheXamlGuy
2024-01-27 16:21:53 +00:00
parent 48925b89ff
commit 640b3292b2
16 changed files with 105 additions and 64 deletions
+1 -2
View File
@@ -2,5 +2,4 @@
namespace Hyperbar.Widget;
public record WidgetAssembly(Assembly? Assembly = default) :
INotification;
public record WidgetAssembly(Assembly Assembly) : IWidgetAssembly;