- add setter for entry

ImproveDataHandling_#25
Simon G 5 years ago
parent 614ad24b5c
commit 4ce5e0914e
  1. 2
      GBase/FileHandling/GBaseFile.cs

@ -16,7 +16,7 @@ namespace GBase.FileHandling
FilePath = filePath; FilePath = filePath;
} }
public object Entry { get; } public object Entry { get; set; }
public FileStream File { get; } public FileStream File { get; }
public string FilePath { get; } public string FilePath { get; }
public bool InUse { get; private set; } public bool InUse { get; private set; }

Loading…
Cancel
Save