Exemplo n.º 1
0
        private static async Task StartupAsync()
        {
            await ThemeSelectorService.SetRequestedThemeAsync();

            await FirstRunDisplayService.ShowIfAppropriateAsync();
        }
Exemplo n.º 2
0
 private static async Task InitializeAsync()
 {
     await ThemeSelectorService.InitializeAsync().ConfigureAwait(false);
 }