Пример #1
0
 public String GetAddSongXML(AudioFile audio) // from https://stackoverflow.com/questions/1772004/how-can-i-make-the-xmlserializer-only-serialize-plain-xml
 {
     OperationData.SongToAdd = audio;
     return(GetXMLString());
 }