mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
4 lines
No EOL
95 B
C#
4 lines
No EOL
95 B
C#
namespace GreenshotPlugin.Interfaces.Plugin
|
|
{
|
|
public delegate void HotKeyHandler();
|
|
} |