摘要: using System;using System.Collections.Generic;using System.ComponentModel.Composition;using System.ComponentModel.Composition.Hosting;using System.Linq;using System.Text;using System.Threading.Tasks;namespace MEFDemo{ class Program { private CompositionContainer _container; [Import(typ... 阅读全文
posted @ 2013-03-27 19:55 chunchill 阅读(165) 评论(0) 推荐(0) 编辑