ImageSelection.BuildCategoriesForRegionSourcesForHubs C# (CSharp) Méthode

BuildCategoriesForRegionSourcesForHubs() private static méthode

private static BuildCategoriesForRegionSourcesForHubs ( string region, string where ) : void
region string
where string
Résultat void
    private static void BuildCategoriesForRegionSourcesForHubs(string region, string where)
    {
        ImageSelection.BuildCategoryImagesForHub(region);
        foreach (var id in Utils.GetIdsForRegion(region))
        {
            ImageSelection.BuildSourceImagesForHub(id);
        }
    }