Files
jellyfin-jellyfin-1/Emby.Common.Implementations/IO/SharpCifs/Util/Sharpen/IExecutor.cs

8 lines
111 B
C#
Raw Normal View History

2017-04-01 20:36:06 -04:00
namespace SharpCifs.Util.Sharpen
{
public interface IExecutor
{
void Execute (IRunnable runnable);
}
}