2017-04-01 20:36:06 -04:00

8 lines
96 B
C#

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