Select previous/next item
This commit is contained in:
@@ -15,5 +15,8 @@ namespace FileTime.Core.Models
|
||||
SupportsDelete CanDelete,
|
||||
bool CanRename,
|
||||
string? Attributes,
|
||||
IContentProvider Provider) : IElement;
|
||||
IContentProvider Provider) : IElement
|
||||
{
|
||||
public AbsolutePathType Type => AbsolutePathType.Element;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user