This commit is contained in:
chudov
2011-11-15 10:56:49 +00:00
parent 18af0c595d
commit 4520762a72
25 changed files with 1958 additions and 780 deletions

View File

@@ -21,6 +21,10 @@ namespace CUETools.CTDB
[XmlAttribute]
public string parity { get; set; }
[XmlAttribute]
public string syndrome { get; set; }
[XmlAttribute]
public string trackcrcs { get; set; }
[XmlAttribute]
public string toc { get; set; }
}
}