#pragma warning disable CS8305 // Type is for evaluation purposes only and is subject to change or removal in future updates.
        protected WindowsBasePlatformServices(Microsoft.UI.Dispatching.DispatcherQueue dispatcher)
#pragma warning restore CS8305 // Type is for evaluation purposes only and is subject to change or removal in future updates.
        {
            _dispatcher = dispatcher ?? throw new ArgumentNullException(nameof(dispatcher));
            _uiSettings.ColorValuesChanged += UISettingsColorValuesChanged;
        }
Esempio n. 2
0
#pragma warning disable CS8305 // Type is for evaluation purposes only and is subject to change or removal in future updates.
        public WindowsPlatformServices(Microsoft.UI.Dispatching.DispatcherQueue dispatcher) : base(dispatcher)
#pragma warning restore CS8305 // Type is for evaluation purposes only and is subject to change or removal in future updates.
        {
        }