Example #1
0
        protected override async void OnWindowCreated(WindowCreatedEventArgs args)
        {
            if (await FullTrustProcessController.Current.CheckQuicklookIsAvaliableAsync().ConfigureAwait(true))
            {
                SettingControl.IsQuicklookAvailable = true;
            }
            else
            {
                SettingControl.IsQuicklookAvailable = false;
            }

            await LogTracer.Initialize().ConfigureAwait(false);
        }