C# Class GW2PAO.ViewModels.HotkeySettingsViewModel

Inheritance: BindableBase, ISettingsViewModel
Exibir arquivo Open project: SamHurne/gw2pao Class Usage Examples

Private Properties

Property Type Description
HotkeySettingsViewModel System

Public Methods

Method Description
InitializeHotkeys ( ) : void

Initializes all hotkeys

SaveHotkeys ( ) : void

Saves all hotkeys in the user settings

Private Methods

Method Description
HotkeySettingsViewModel ( IHotkeyManager globalHotkeyManager ) : System

Method Details

InitializeHotkeys() public method

Initializes all hotkeys
public InitializeHotkeys ( ) : void
return void

SaveHotkeys() public method

Saves all hotkeys in the user settings
public SaveHotkeys ( ) : void
return void