Ejemplo n.º 1
0
 public void AttachAnotherFile(string filepath)
 {
     _ID3v1.FilePath = filepath;
     _ID3v2.AttachAnotherFile(filepath);
 }