Exemple #1
0
 public Core AddCategory(string installerCategoryID, Category category)
 {
     _categories.Add(installerCategoryID, category);
     return this;
 }
Exemple #2
0
 internal InstallerCore AddCategory(string installerCategoryId, Category category)
 {
     _categories.Add(installerCategoryId, category);
     return this;
 }