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

8 lines
122 B
C#
Raw Normal View History

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