ApplyToContainer() public static method

public static ApplyToContainer ( ) : void
return void
示例#1
0
        /// <summary>
        /// Application Services before the launch.
        /// </summary>
        private async Task PreLaunchAsync(LaunchActivatedEventArgs e)
        {
            Theme.ApplyToContainer(); // await ThemingService.PreLaunchAsync(e);

            await FirstUseActivationService.PreLaunchAsync(e);

            await NewReleaseActivationService.PreLaunchAsync(e);

            await TrialToPurchaseActivationService.PreLaunchAsync(e);

            await RateAndReviewActivationService.PreLaunchAsync(e);
        }
        /// <summary>
        /// Application Services before the launch.
        /// </summary>
        private async Task PreLaunchAsync(LaunchActivatedEventArgs e)
        {
            Theme.ApplyToContainer();

            await Task.CompletedTask;
        }