Canguro.Model.Section.SectionManager.SectionManager C# (CSharp) Method

SectionManager() private method

Constructora privada para hacer singleton.
private SectionManager ( ) : System
return System
        private SectionManager()
        {
            catalogs = new Dictionary<string, Catalog<Section>>();
            DefaultShape = "R";
        }