Optimization, UI improvements, Run command
This commit is contained in:
@@ -4,5 +4,7 @@ namespace FileTime.Core.Models
|
||||
{
|
||||
bool IsSpecial { get; }
|
||||
string GetPrimaryAttributeText();
|
||||
Task<string> GetContent(CancellationToken token = default);
|
||||
Task<long> GetElementSize(CancellationToken token = default);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user