This commit is contained in:
TheXamlGuy
2024-06-16 17:25:13 +01:00
parent 02969b3850
commit 8d574362a0
22 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class ComponentHost(IServiceProvider services,
{
foreach (IInitialization initializer in initializers)
{
await initializer.OnInitialize();
await initializer.Initialize();
}
foreach (IHostedService service in hostedServices)