示例#1
0
 internal List <AssemblyInformation> ListAllAddins()
 {
     return(asmDAO.GetAllAssembliesInformation(AssemblyType.Addin));
 }