mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-24 22:22:49 -08:00
4 lines
95 B
C#
4 lines
95 B
C#
namespace GreenshotPlugin.Interfaces.Plugin
|
|
{
|
|
public delegate void HotKeyHandler();
|
|
} |