namespace YMhut.Box.Mobile; public sealed class App : Application { public App(IServiceProvider services) { UserAppTheme = AppTheme.Unspecified; MainPage = new AppShell(services); } }