[DatFile] Use DatHeader and DatStats

This commit is contained in:
Matt Nadareski
2017-10-06 15:49:32 -07:00
parent ada498b415
commit a20be6fc43
6 changed files with 229 additions and 479 deletions

View File

@@ -358,17 +358,17 @@ namespace SabreTools.Library.Dats
DatFile dupeData = new DatFile();
// Fill in any information not in the base DAT
if (String.IsNullOrEmpty(_fileName))
if (String.IsNullOrEmpty(FileName))
{
_fileName = "All DATs";
FileName = "All DATs";
}
if (String.IsNullOrEmpty(_name))
if (String.IsNullOrEmpty(Name))
{
_name = "All DATs";
Name = "All DATs";
}
if (String.IsNullOrEmpty(_description))
if (String.IsNullOrEmpty(Description))
{
_description = "All DATs";
Description = "All DATs";
}
// Don't have External dupes