Parse() private method

private Parse ( XmlElement configNode ) : void
configNode System.Xml.XmlElement
return void
 static ProjectConfiguration()
 {
     defaultConfiguration = new ProjectConfiguration();
     if (File.Exists(ProjectConfiguration.SystemConfigurationPath))
         defaultConfiguration.Parse(ProjectConfiguration.SystemConfigurationPath);
 }