Drag-Drop-Explorer

This commit is contained in:
2023-01-02 14:58:22 -07:00
parent 110b306206
commit d0cd52807d
52 changed files with 1092 additions and 846 deletions

View File

@ -0,0 +1,4 @@
namespace View_by_Distance.Shared.Models;
public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
{ }