Init
This commit is contained in:
12
Shared/Models/Properties/IDirectoryFileSystem.cs
Normal file
12
Shared/Models/Properties/IDirectoryFileSystem.cs
Normal file
@ -0,0 +1,12 @@
|
||||
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; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user