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

8 lines
89 B
C#
Raw Normal View History

2017-04-02 00:36:06 +00:00
namespace SharpCifs.Util.Sharpen
{
public interface IRunnable
{
void Run ();
}
}