2017-06-21 02:46:57 -04:00

8 lines
122 B
C#

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