2017-07-07 23:12:21 -04:00

8 lines
111 B
C#

namespace SharpCifs.Util.Sharpen
{
public interface IExecutor
{
void Execute (IRunnable runnable);
}
}