4 lines
95 B
C#

namespace GreenshotPlugin.Interfaces.Plugin
{
public delegate void HotKeyHandler();
}