- add setter of entry to interface

ImproveDataHandling_#25
Simon G 5 years ago
parent fababa96d7
commit f52ab833c1
  1. 2
      GBase/Interfaces/FileHandling/IGBaseFile.cs

@ -9,7 +9,7 @@ namespace GBase.Interfaces.FileHandling
{
public interface IGBaseFile : IDisposable
{
object Entry { get; }
object Entry { get; set; }
FileStream File { get; }
string FilePath { get; }
bool InUse { get; }

Loading…
Cancel
Save