8 lines
100 B
C#
8 lines
100 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
public interface IRunnable
|
|
{
|
|
void Run();
|
|
}
|
|
}
|