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