Beispiel #1
0
 /// <summary>
 /// Load duplicates from a duplicate file
 /// If a frame list exists, it updates the fields accordingly
 /// otherwise it creates a new one
 /// </summary>
 /// <param name="dpFile">the filename of the duplicates</param>
 public void LoadDuplicates(String dpFile)
 {
     DuplicateParser.ParseDup(dpFile, this);
     _HasDuplicates = true;
 }