This commit is contained in:
TheXamlGuy
2024-05-24 08:21:50 +01:00
parent 40a150fe80
commit c0c1a82846
103 changed files with 168 additions and 655 deletions
+1 -2
View File
@@ -10,14 +10,13 @@ public class ComponentHost(IServiceProvider services,
{
public IServiceProvider Services => services;
public void Dispose()
{
}
public TConfiguration? GetConfiguration<TConfiguration>() where TConfiguration : ComponentConfiguration
{
return Services.GetService<TConfiguration>();
return Services.GetService<TConfiguration>();
}
public async Task StartAsync(CancellationToken cancellationToken = default)