Exemplo n.º 1
0
Arquivo: Core.cs Projeto: habb0/IHI
 public Core AddCategory(string installerCategoryID, Category category)
 {
     _categories.Add(installerCategoryID, category);
     return this;
 }
Exemplo n.º 2
0
 internal InstallerCore AddCategory(string installerCategoryId, Category category)
 {
     _categories.Add(installerCategoryId, category);
     return this;
 }