Доработано Demo
All checks were successful
CI / build-test (push) Successful in 30s

This commit is contained in:
2025-12-05 13:33:25 +03:00
parent d817417a69
commit e6e5459280
10 changed files with 103 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ public sealed class NavigationService
_routes = routes;
}
internal void AddDefaultPage<TPage>() where TPage : Page
internal void AddDefaultPage<TPage>() where TPage : SingletonPage
{
_defaultPage = typeof(TPage);
}