public void SaveTo(PomXml.PomXmlElement moduleNode) { moduleNode.Value = Path; }
public Module(PomXml.PomXmlElement e) { Path = e.Value; }