2017-07-07 23:12:21 -04:00

8 lines
96 B
C#

namespace SharpCifs.Util.Sharpen
{
internal interface IPrivilegedAction<T>
{
T Run ();
}
}