aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/IO/SharpCifs/Util/Sharpen/IRunnable.cs
blob: 7f6ae5533d0699396e6be20580b7c29e84456fd2 (plain)
1
2
3
4
5
6
7
namespace SharpCifs.Util.Sharpen
{
    public interface IRunnable
	{
		void Run ();
	}
}