コード例 #1
0
ファイル: BuildXLTestBase.cs プロジェクト: uilit/BuildXL
        /// <summary>
        /// Allows registration of additional event sources.
        /// </summary>
        protected void RegisterEventSource(EventSource eventSource)
        {
            if (eventSource.ConstructionException != null)
            {
                throw eventSource.ConstructionException;
            }

            m_eventListener.RegisterEventSource(eventSource);
        }