equal
deleted
inserted
replaced
596 annotContent.Add(cutNode); |
596 annotContent.Add(cutNode); |
597 } |
597 } |
598 |
598 |
599 d.Declaration = new XDeclaration("1.0", "utf-8", "true"); |
599 d.Declaration = new XDeclaration("1.0", "utf-8", "true"); |
600 //Console.WriteLine(d); |
600 //Console.WriteLine(d); |
601 d.Save(_mainviewmodel.Project.Name + ".ldt"); |
601 String path = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "/" + _mainviewmodel.Project.Name + ".ldt"; |
|
602 d.Save(path); |
602 |
603 |
603 } |
604 } |
604 |
605 |
605 |
606 |
606 //On Tag Visualisation Mute all the other Players |
607 //On Tag Visualisation Mute all the other Players |