Exemplo n.º 1
0
 byte[] ReadSectorAt(int sector)
 {
     disk.SeekSector(sector);
     return(disk.ReadSectors(1));
 }