initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace SHARP
|
||||
{
|
||||
public interface IFolders
|
||||
{
|
||||
string Source { get; }
|
||||
|
||||
string Target { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user