Beispiel #1
0
Datei: Core.cs Projekt: habb0/IHI
 public Core AddCategory(string installerCategoryID, Category category)
 {
     _categories.Add(installerCategoryID, category);
     return this;
 }
Beispiel #2
0
 internal InstallerCore AddCategory(string installerCategoryId, Category category)
 {
     _categories.Add(installerCategoryId, category);
     return this;
 }