BuildIt.Lifecycle.UniversalUIContext.UniversalUIContext C# (CSharp) 메소드

UniversalUIContext() 공개 메소드

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