mirror of
https://github.com/greenshot/greenshot
synced 2025-07-31 04:00:13 -07:00
Introduced a very simple "singleton" service-locator, which allowed for a removal of specific implementations which were very limited. With this it's easier to access dependencies.
This commit is contained in:
parent
3ebdf3d2fe
commit
80d8f51fc5
53 changed files with 744 additions and 1230 deletions
4
GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs
Normal file
4
GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs
Normal file
|
@ -0,0 +1,4 @@
|
|||
namespace Greenshot.Plugin
|
||||
{
|
||||
public delegate void HotKeyHandler();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue