Constants.cs 121 B

1234567
  1. namespace IsoFilePatcher.Iso9660
  2. {
  3. internal class Constants
  4. {
  5. public const int SectorSize = 2048;
  6. }
  7. }