Example #1
0
        public Exception LoadEngine()
        {
            var operation_exception = CurrentProject.LoadEngineInternal();

            if (operation_exception == null)
            {
                mEventAggregator.PublishOnUIThread(new ProjectEngineLoadedEventArgs(this.Engine));
            }

            return(operation_exception);
        }