index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
();
}
}