mirror of
https://github.com/sphildreth/roadie
synced 2024-11-12 23:47:07 +00:00
8 lines
No EOL
172 B
C#
8 lines
No EOL
172 B
C#
namespace Roadie.Library.Configuration
|
|
{
|
|
public interface IInspector
|
|
{
|
|
bool DoCopyFiles { get; set; }
|
|
bool IsInReadOnlyMode { get; set; }
|
|
}
|
|
} |