Drag-Drop-Explorer
This commit is contained in:
4
Shared/Models/MatchNginx.cs
Normal file
4
Shared/Models/MatchNginx.cs
Normal file
@ -0,0 +1,4 @@
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
|
||||
{ }
|
Reference in New Issue
Block a user