diff -r 5f8d275750e7 -r 644e3cd48034 client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs --- a/client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs Fri Jan 08 11:33:24 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Ldt/LDTFile.cs Thu Jan 14 16:39:50 2010 +0100 @@ -56,15 +56,15 @@ public void Load(String _path) { Path = _path; - Load(); + // Load(); } - public void Load() + public void Load(XDocument xdoc) { - if(Path == String.Empty) + /*if(Path == String.Empty) { throw new Exception("Load Path Needed"); } - XDocument xdoc = XDocument.Load(Path); + = XDocument.Load(Path);*/ Project = new LDTProject(xdoc.Root.Element("project")); foreach (XElement Elem in xdoc.Root.Element("medias").Elements())