mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -139,7 +139,7 @@ namespace Greenshot.Plugin {
|
|||
/// Return a menu item
|
||||
/// </summary>
|
||||
/// <param name="addDynamics">Resolve the dynamic destinations too?</param>
|
||||
/// <param name="ContextMenuStrip">The menu for which the item is created</param>
|
||||
/// <param name="menu">The menu for which the item is created</param>
|
||||
/// <param name="destinationClickHandler">Handler which is called when clicked</param>
|
||||
/// <returns>ToolStripMenuItem</returns>
|
||||
ToolStripMenuItem GetMenuItem(bool addDynamics, ContextMenuStrip menu, EventHandler destinationClickHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue