示例#1
0
 private void setConfiguration(ProjectDocument newDocument)
 {
     newDocument.SetConfiguration(
         getNode(CONFIGURATION_START,
                 CONFIGURATION_START_CONTENT_STARTS_HERE,
                 CONFIGURATION_END));
 }