2022-05-08 12:28:50 -07:00

12 lines
352 B
C#

namespace View_by_Distance.Shared.Models.Properties;
public interface IDirectoryFileSystem
{
// protected new string ClassName { get; }
// protected new string DataDisplayFileName { get; }
// protected new string DataFullFileName { get; }
// protected new string Display { get; }
// protected new DateTime LastModified { get; }
}