More renaming

This commit is contained in:
TheXamlGuy
2024-06-16 15:48:53 +01:00
parent a0b074c9e0
commit 02969b3850
15 changed files with 91 additions and 107 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public class ComponentInitializer(IEnumerable<IComponent> components,
IServiceProvider provider) :
IInitialization
{
public async Task Initialize()
public async Task OnInitialize()
{
foreach (IComponent component in components)
{