Recursive container size scan

This commit is contained in:
2022-02-23 13:58:12 +01:00
parent 5734126c31
commit 697339768f
44 changed files with 1112 additions and 58 deletions

View File

@@ -26,6 +26,9 @@ namespace FileTime.Avalonia
.AddTransient<MainPageViewModel>()
.AddTransient<SearchElementPreview>()
.AddTransient<SearchContainerPreview>()
.AddTransient<SizeContainerViewModel>()
.AddTransient<SizeElementViewmodel>()
.AddTransient<SizeContainerPreview>()
.AddSingleton<IInputInterface, BasicInputHandler>();
}
internal static IServiceCollection AddServices(this IServiceCollection serviceCollection)