2023-01-02 10:10:53 -07:00

4 lines
151 B
C#

namespace View_by_Distance.Drag_Drop_Explorer;
public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
{ }