摘要:
namespace Microshaoft.MEF.Contracts{ using System; public delegate void ExceptionEventHandler(TSender sender, Exception exception);}namespace Microshaoft.MEF.Contracts{ using System; public interface IMefChainedProcessorPart { IMefChainedProcessorPart Instance { ... 阅读全文