BuildIt.Lifecycle.UniversalUIContext.UniversalUIContext C# (CSharp) Method

UniversalUIContext() public method

public UniversalUIContext ( CoreDispatcher dispatcher ) : System
dispatcher Windows.UI.Core.CoreDispatcher
return System
        public UniversalUIContext(CoreDispatcher dispatcher)
        {
            Dispatcher = dispatcher;
        }