greenshot/GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs

4 lines
No EOL
95 B
C#

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