/// <summary> /// Load File from an already existing file /// </summary> /// <param name="path">Path of the Nda file</param> public void Load(string path) { FileFormat.Load(path); LoadContent(EntryType); }