Exemple #1
0
        private void expandStructure(Profile.ProfileStructureComponent structure)
        {
            var expander = new StructureExpander(_loader);

            expander.Expand(structure);
        }
 private void expandStructure(Profile.ProfileStructureComponent structure)
 {
     var expander = new StructureExpander(_loader);
     expander.Expand(structure);
 }