Files
hannibalstealer/IFolders.cs
T
2026-08-27 11:22:57 -06:00

10 lines
133 B
C#

namespace SHARP
{
public interface IFolders
{
string Source { get; }
string Target { get; }
}
}