Exemple #1
0
 public VbeAddinCollectionModel(Addins addins)
 {
     AddRange(addins.Cast <AddIn>().Select(a => new VbeAddinModel(a)));
 }