Files
jellyfin/Emby.Common.Implementations/IO/SharpCifs/Util/Sharpen/IExecutor.cs
Luke Pulverenti 0d10dfe471 update sharpcifs
2017-07-07 23:12:21 -04:00

8 lines
111 B
C#

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