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

8 lines
89 B
C#
Raw Normal View History

2017-04-01 17:36:06 -07:00
namespace SharpCifs.Util.Sharpen
{
public interface IRunnable
2017-07-07 20:12:21 -07:00
{
void Run ();
}
2017-04-01 17:36:06 -07:00
}