RedundancyFixer/RedundancyFinder/ProcessingFileEventArgs.cs
2025-05-10 03:12:05 +02:00

7 lines
128 B
C#

namespace RedundancyFinder
{
public class ProcessingFileEventArgs
{
public string? Path { get; set; }
}
}