2017-07-08 03:25:24 -04:00

8 lines
89 B
C#

namespace SharpCifs.Util.Sharpen
{
public interface IRunnable
{
void Run ();
}
}