mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -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
|
@ -28,7 +28,7 @@ namespace GreenshotPlugin.Controls {
|
|||
/// <summary>
|
||||
/// Description of PleaseWaitForm.
|
||||
/// </summary>
|
||||
public partial class BackgroundForm : Form {
|
||||
public sealed partial class BackgroundForm : Form {
|
||||
private volatile bool _shouldClose;
|
||||
|
||||
private void BackgroundShowDialog() {
|
||||
|
|
|
@ -457,7 +457,6 @@ namespace GreenshotPlugin.Controls {
|
|||
/// <summary>
|
||||
/// Register a hotkey
|
||||
/// </summary>
|
||||
/// <param name="hWnd">The window which will get the event</param>
|
||||
/// <param name="modifierKeyCode">The modifier, e.g.: Modifiers.CTRL, Modifiers.NONE or Modifiers.ALT</param>
|
||||
/// <param name="virtualKeyCode">The virtual key code</param>
|
||||
/// <param name="handler">A HotKeyHandler, this will be called to handle the hotkey press</param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue