C# Class YetAnotherRelogger.Helpers.Hotkeys.Actions.RepositionAll

Inheritance: IHotkeyAction
显示文件 Open project: sinterlkaas/YetAnotherRelogger

Public Methods

Method Description
Equals ( IHotkeyAction other ) : bool
OnDispose ( ) : void
OnInitialize ( System.Windows.Forms.Hotkey hotkey ) : void
OnPressed ( ) : void

Method Details

Equals() public method

public Equals ( IHotkeyAction other ) : bool
other IHotkeyAction
return bool

OnDispose() public method

public OnDispose ( ) : void
return void

OnInitialize() public method

public OnInitialize ( System.Windows.Forms.Hotkey hotkey ) : void
hotkey System.Windows.Forms.Hotkey
return void

OnPressed() public method

public OnPressed ( ) : void
return void