4 lines
151 B
C#
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)
|
|
{ } |