12 lines
352 B
C#
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; }
|
|
|
|
} |