示例#1
0
 private void AddXmlIncludeTypes(ConfigurationNode node)
 {
     using (AddXmlIncludeTypesCommand includeTypesCommand = new AddXmlIncludeTypesCommand(ServiceProvider, false, childNode.GetType()))
     {
         includeTypesCommand.Execute(node);
     }
 }
示例#2
0
 private void AddXmlIncludeTypes(ConfigurationNode node)
 {
     using(AddXmlIncludeTypesCommand includeTypesCommand = new AddXmlIncludeTypesCommand(ServiceProvider, false, childNode.GetType()))
     {
         includeTypesCommand.Execute(node);
     }
 }