General refactor.

This commit is contained in:
2018-06-20 22:22:21 +01:00
parent dc1884f5d8
commit ec8b309670
93 changed files with 850 additions and 1015 deletions

View File

@@ -83,11 +83,11 @@ namespace DiscImageChef.DiscImages
public string Format => "DiscJuggler";
public List<Partition> Partitions { get; set; }
public List<Partition> Partitions { get; private set; }
public List<Track> Tracks { get; set; }
public List<Track> Tracks { get; private set; }
public List<Session> Sessions { get; set; }
public List<Session> Sessions { get; private set; }
public bool Identify(IFilter imageFilter)
{