private async Task StartupAsync() { await ThemeSelectorService.SetRequestedThemeAsync(); await FirstRunDisplayService.ShowIfAppropriateAsync(); await WhatsNewDisplayService.ShowIfAppropriateAsync(); }
private async Task StartupAsync() { await ThemeSelectorService.SetRequestedThemeAsync(); }