Icons, Style refactor

This commit is contained in:
2022-05-16 21:48:29 +02:00
parent b260b4d58a
commit 836c39c80c
17 changed files with 1699 additions and 182 deletions

View File

@@ -0,0 +1,6 @@
namespace FileTime.Core.Models;
public interface ISymlinkElement
{
IItem RealItem { get; }
}