Initilize widget setting without starting its host

This commit is contained in:
TheXamlGuy
2024-01-31 22:33:23 +00:00
parent a2a5591502
commit 6dbe2db584
25 changed files with 125 additions and 83 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
namespace Hyperbar.Widget;
using Microsoft.Extensions.Hosting;
namespace Hyperbar.Widget;
public interface IWidgetHost :
IInitializer
IHost
{
WidgetConfiguration Configuration { get; }
IServiceProvider Services { get; }
}