This commit is contained in:
chudov
2009-05-01 15:16:26 +00:00
parent 599c1b2766
commit ade94128bb
59 changed files with 8117 additions and 4534 deletions

View File

@@ -165,6 +165,10 @@ namespace CUETools.CDImage
{
return _start - _indexes[0].Start;
}
set
{
_indexes[0].Start = _start - value;
}
}
public CDTrackIndex this[int key]