Canguro.Model.Section.SectionManager.SectionManager C# (CSharp) 메소드

SectionManager() 개인적인 메소드

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