src/FingersDance/MainSurfaceWindow.xaml.cs
changeset 223 90d2be5c3d39
parent 217 6cfd723a1378
child 224 874de6d84a2e
equal deleted inserted replaced
222:498d80458a0f 223:90d2be5c3d39
   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