8 lines
111 B
C#
8 lines
111 B
C#
|
namespace SharpCifs.Util.Sharpen
|
||
|
{
|
||
|
public interface IExecutor
|
||
|
{
|
||
|
void Execute (IRunnable runnable);
|
||
|
}
|
||
|
}
|