Ordering improvements
This commit is contained in:
@@ -26,4 +26,5 @@
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
using DeclarativeProperty;
|
||||
|
||||
namespace FileTime.Core.Traits;
|
||||
|
||||
public interface ISizeProvider
|
||||
{
|
||||
IDeclarativeProperty<long> Size { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user